We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa19f5 commit 29668a0Copy full SHA for 29668a0
Arduino_Pedelec_Controller/bluetooth.cpp
@@ -35,7 +35,7 @@ struct serial_command {char mnemonic[3];};
35
serial_command serial_commands[] =
36
{
37
{{"ps"}}, //0: poti stat, gets and sets poti stat
38
- {{"od"}}, //1: total kilometers (odo), gets and sets poti stat
+ {{"od"}}, //1: total kilometers (odo), gets and sets total kilometers
39
};
40
int n_commands = sizeof(serial_commands)/sizeof(serial_command); //number of commands that we have
41
0 commit comments