* HeltecV3 targets, now flash built-in LED on LoRa TX

This commit is contained in:
Scott Powell 2025-01-27 12:53:34 +11:00
parent 37a6c230ad
commit 6fc21b815d
3 changed files with 17 additions and 2 deletions

View file

@ -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);