add dev firmware for hpos app

This commit is contained in:
Pritimay Sarkar
2023-08-04 23:50:47 +05:30
parent e34a618198
commit 87e4ca7c9a

View File

@@ -0,0 +1,10 @@
void setup() {
// put your setup code here, to run once:
Serial.begin(115200);
}
void loop() {
// put your main code here, to run repeatedly:
Serial.println("RESULT SN 18291 1937.23 2828.11 28211.20 121829.12");
delay(3000);
}