mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
SPIFFS uploader
This commit is contained in:
BIN
ESP32FS-1.0.zip
BIN
ESP32FS-1.0.zip
Binary file not shown.
BIN
ESP32FS.rar
Normal file
BIN
ESP32FS.rar
Normal file
Binary file not shown.
BIN
ESP8266FS.rar
Normal file
BIN
ESP8266FS.rar
Normal file
Binary file not shown.
@@ -57,12 +57,18 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"title":"Сохранить и проверить соединение",
|
"title":"Сохранить",
|
||||||
"action": "mqttSave?mqttServer=[[1]]&mqttPort=[[2]]&mqttUser=[[3]]&mqttPass=[[4]]",
|
"action": "mqttSave?mqttServer=[[1]]&mqttPort=[[2]]&mqttUser=[[3]]&mqttPass=[[4]]",
|
||||||
"response":"[[my-block]]",
|
"response":"[[my-block]]",
|
||||||
"class": "btn btn-block btn-success",
|
"class": "btn btn-block btn-success",
|
||||||
"style": "width:100%;display:inline"
|
"style": "width:100%;display:inline"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"title": "Перезагрузить устройство",
|
||||||
|
"action": "javascript:if(confirm(renameBlock(jsonResponse,'Перезагрузить?'))){send_request(this,'/restart?device=ok');}",
|
||||||
|
"class": "btn btn-block btn-warning"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"title": "Главная",
|
"title": "Главная",
|
||||||
|
|||||||
Reference in New Issue
Block a user