From 11081f04e94275d24d9ba83661632bb061673c99 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Wed, 11 Oct 2023 18:08:42 +0530 Subject: [PATCH] add NBL test case --- hemocube/hemocube_mock/hemocube_mock.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hemocube/hemocube_mock/hemocube_mock.ino b/hemocube/hemocube_mock/hemocube_mock.ino index a140f06..181754c 100644 --- a/hemocube/hemocube_mock/hemocube_mock.ino +++ b/hemocube/hemocube_mock/hemocube_mock.ino @@ -31,7 +31,7 @@ void loop() { if (resultCommand == "P") { delay(3000); // Serial.println("RESULT SN HCV1002 23729 24801.67 19190.67 6995.67 REND"); // normal - Serial.println("RESULT SN HCV1002 1937.23 2828.11 19580.67 11060.67 REND"); + Serial.println("RESULT SN HCV1002 24900.67 26578.33 19760.00 9071.67 REND"); // NBL delay(15000); }