I've got a little problem with a simple WiFi-plug. Is there a length-constraint with the startup command text?
If I put the following text in the field, it is loaded and seems to work:
backlog
alias mode_wifi setPinRole 6 WifiLED;
alias mode_relay setPinRole 6 LED_n;
mode_wifi;
addChangeHandler WiFiState == 4 mode_relay;
addChangeHandler WiFiState != 4 mode_wifi;
startDriver NTP;
ntp_setServer 192.168.0.1;
ntp_timeZoneOfs +1;
ntp_setLatlong aa.aaaaaa b.bbbbbb;
waitFor NTPState 1;
But the web application Config says:
Code: Text
The command in the template is empty ("command": "",) and OTA does not work, as the Chipset isn't known:

But:

So I think, it's a problem of the web app and not of the firmware? (If I shorten the command string, it works...)