mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
global vars
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "Global.h"
|
||||
|
||||
inline void Push_init() {
|
||||
void Push_init() {
|
||||
server.on("/pushingboxDate", HTTP_GET, [](AsyncWebServerRequest* request) {
|
||||
if (request->hasArg("pushingbox_id")) {
|
||||
jsonWriteStr(configSetup, "pushingbox_id", request->getParam("pushingbox_id")->value());
|
||||
|
||||
Reference in New Issue
Block a user