This commit is contained in:
Edwin Eefting
2017-06-19 22:31:13 +02:00
parent 4f3a8e6acb
commit 56741b425c
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -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"));
+8
View File
@@ -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