Heartbead (muss noch angepasst werden)
This commit is contained in:
10
src/debug.h
10
src/debug.h
@@ -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
|
||||
Reference in New Issue
Block a user