mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
добавил отправку прием сетевых событий
This commit is contained in:
@@ -22,7 +22,7 @@ void standWebServerInit() {
|
||||
});
|
||||
|
||||
HTTP.on("/params.json", HTTP_GET, []() {
|
||||
HTTP.send(200, "application/json", paramsHeapJson);
|
||||
// HTTP.send(200, "application/json", paramsHeapJson);
|
||||
});
|
||||
|
||||
HTTP.on("/errors.json", HTTP_GET, []() {
|
||||
|
||||
Reference in New Issue
Block a user