some changes

This commit is contained in:
Dmitry Borisenko
2020-05-20 02:16:23 +02:00
parent 3ea2509b6d
commit bf75e9f4b7
11 changed files with 162 additions and 98 deletions

View File

@@ -1,3 +1,4 @@
#ifdef push_enable
void Push_init() {
server.on("/pushingboxDate", HTTP_GET, [](AsyncWebServerRequest * request) {
@@ -58,3 +59,4 @@ void pushControl() {
client_push.stop();
Serial.println("- stopping the client");
}
#endif