mirror of
https://github.com/brmlab/edubrm.git
synced 2025-06-12 06:34:06 +02:00
Working version.
This commit is contained in:
parent
6454e35736
commit
4c89ca5d55
7 changed files with 229 additions and 230 deletions
|
@ -85,8 +85,7 @@ void commandReceived(char * receivedCommand) {
|
|||
sendToUSB("PONG\n");
|
||||
toggleLED();
|
||||
} else if (strcmp("VERSION", receivedCommand) == 0) {
|
||||
char verstr[32];
|
||||
sprintf(verstr, "%s\n", VERSION);
|
||||
sendToUSB(VERSION);
|
||||
toggleLED();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue