Changed GEVCU.ino where initialization of WiReach chip only occurs
if EEPROM init is run.
Solved the longsuffering ongoing problem of ICHIP not loading
parameters when the program first comes up. Added a loopcount variable
to Serial Console. At loopcount == 10,000 it forces ICHIP to load
parameters. The website now comes up wiht all parameters loaded -
every time.
Added WIREACH command. WIREACH=anycommand will send At+ianycommand
to the wireless device.
Added SSID command. SSID=whatevername will set the SSID of the
wireless device to “whatevername”.
Active immediately.
Added IP command. IP=192.168.3.10 will change the current IP number
to 192.168.3.10 - active immediately.
Added PWD command. PWD=secret will change the password of the GEVCU
configuration pages to “secret”.
The WIREACH command allows you to send any command, so the remainder
are to some degree redundant. But they are quick and somewhat
intuitive.
The WIREACH command allows you to send any command, so the remainder are to some degree redundant. But they are quick and somewhat intuitive.