mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* HeltecV3 targets, now flash built-in LED on LoRa TX
This commit is contained in:
parent
37a6c230ad
commit
6fc21b815d
3 changed files with 17 additions and 2 deletions
|
|
@ -453,7 +453,7 @@ public:
|
|||
savePrefs();
|
||||
strcpy(reply, "OK");
|
||||
} else {
|
||||
sprintf(reply, "unknown config: %s", &command[4]);
|
||||
sprintf(reply, "unknown config: %s", config);
|
||||
}
|
||||
} else if (memcmp(command, "ver", 3) == 0) {
|
||||
strcpy(reply, FIRMWARE_VER_TEXT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue