firmware_deploy #3

Merged
andre.fiedler merged 37 commits from firmware_deploy into master 2026-03-13 10:06:00 +00:00
28 changed files with 2908 additions and 1849 deletions
Showing only changes of commit c765e4b7c2 - Show all commits

View File

@@ -28,7 +28,6 @@ portMUX_TYPE g_bleQueueMux = portMUX_INITIALIZER_UNLOCKED;
void logBleDiag(const String &message)
{
Log(message);
Serial.println(message);
}
void buildBleDeviceName(char *nameBuffer, size_t bufferSize)

View File

@@ -129,7 +129,6 @@ void protocolWrite(const String &message)
void setup()
{
Serial.begin(115200);
Serial.println("Starting...");
Log("Starting...");
makeComInterface();
initHardware();