Heartbead (muss noch angepasst werden)

This commit is contained in:
Carsten Graf
2025-06-07 12:21:09 +02:00
parent 01750f4347
commit e5c4094cfa
5 changed files with 90 additions and 23 deletions

View File

@@ -7,11 +7,13 @@
#include <time.h>
#include <sys/time.h>
#include "communication.h"
void setupDebugAPI(AsyncWebServer& server);
void setupDebugAPI(AsyncWebServer& server) {
//DEBUG
@@ -36,6 +38,12 @@ server.on("/api/debug/stop2", HTTP_GET, [](AsyncWebServerRequest *request){
});
Serial.println("Debug-API initialisiert");
}
//DEBUG END