* 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
والد 37a6c230ad
کامیت 6fc21b815d
3فایلهای تغییر یافته به همراه17 افزوده شده و 2 حذف شده
@@ -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);