mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
fix #372
This commit is contained in:
+1
-1
@@ -2982,7 +2982,7 @@ void handle_advanced() {
|
||||
addFormSubHeader(reply, F("Controller Settings"));
|
||||
|
||||
addFormCheckBox(reply, F("MQTT Retain Msg"), F("mqttretainflag"), Settings.MQTTRetainFlag);
|
||||
addFormNumericBox(reply, F("Message Delay"), F("messagedelay"), Settings.MessageDelay, 0, 10000);
|
||||
addFormNumericBox(reply, F("Message Delay"), F("messagedelay"), Settings.MessageDelay, 0, INT_MAX);
|
||||
addUnit(reply, F("ms"));
|
||||
|
||||
addFormSubHeader(reply, F("NTP Settings"));
|
||||
|
||||
@@ -7,8 +7,16 @@ units=[
|
||||
'build_cmd' : 'platformio run --environment dev_4096'
|
||||
},
|
||||
|
||||
{
|
||||
'type' : 'nodemcu geekcreit ESP12E devkit v2',
|
||||
'port' : '/dev/serial/by-path/pci-0000:00:14.0-usb-0:3.4.3:1.0-port0',
|
||||
'ip' : '192.168.13.92',
|
||||
'flash_cmd' : 'esptool.py --port {port} -b 1500000 write_flash 0x0 .pioenvs/dev_4096/firmware.bin --flash_size=32m -p',
|
||||
'build_cmd' : 'platformio run --environment dev_4096'
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
# TYPE2="geekcreit ESP12E devkit v2"
|
||||
# SERIAL2=/dev/serial/by-path/pci-0000:00:14.0-usb-0:3.4.3:1.0-port0
|
||||
# IP2=192.168.13.92
|
||||
|
||||
Reference in New Issue
Block a user