mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
some changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user