Skip to content

Commit 02692b2

Browse files
committed
Load one from string from flash
"grep" found it ;)
1 parent bc77794 commit 02692b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino_Pedelec_Controller/Arduino_Pedelec_Controller.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ void loop()
579579
if (mmc_command=="at-cdist") //reset distance
580580
km=0;
581581
if (mmc_command=="at-0") //anybody there?
582-
Serial.println("ok");
582+
Serial.println(MY_F("ok"));
583583
readchar=0;
584584
mmc_command="";
585585
return;

0 commit comments

Comments
 (0)