firmware_deploy #3

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

View File

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