mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-04-01 12:59:12 +03:00
some change
This commit is contained in:
11
main.ino
11
main.ino
@@ -278,7 +278,7 @@ void getMemoryLoad(String text) {
|
||||
|
||||
//esp32 full memory = 362868 k bytes
|
||||
//esp8266 full memory = 53312 k bytes
|
||||
/*
|
||||
|
||||
void web_print (String text) {
|
||||
if (WiFi.status() == WL_CONNECTED) {
|
||||
jsonWrite(json, "test1", jsonRead(json, "test2"));
|
||||
@@ -292,8 +292,15 @@ void web_print (String text) {
|
||||
ws.textAll(json);
|
||||
}
|
||||
}
|
||||
/*
|
||||
{
|
||||
"type": "h4",
|
||||
"title": "('{{build2}}'=='{{firmware_version}}'?'NEW':'OLD')"
|
||||
},
|
||||
*/
|
||||
|
||||
{
|
||||
/*
|
||||
{
|
||||
"type": "hr"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user