add NBL test case

This commit is contained in:
Pritimay Sarkar
2023-10-11 18:08:42 +05:30
parent ce8f827d8a
commit 11081f04e9

View File

@@ -31,7 +31,7 @@ void loop() {
if (resultCommand == "P") { if (resultCommand == "P") {
delay(3000); delay(3000);
// Serial.println("RESULT SN HCV1002 23729 24801.67 19190.67 6995.67 REND"); // normal // 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); delay(15000);
} }