Release v1.0.7 now with new webUI component.
This release includes many changes here is a summary of some of them.
-
Now building using vscode and platformio for the latest ESP-IDF v4.3 and build with older ESP-IDF V3.3 when building with the stsdk build tools.
-
New component webUI now available when building with platformio and newer ESP-IDF v4.3 that supports web sockets. Supports multiple partitions via url query args vpartID and codeID.
-
Several improvements in the C++ AlarmDecoder parser class to fix problems discovered during testing multi partition support and webUI.
-
Improve 'upgrade' command to now support a build flag. The default flag is 'stsdk' if not provided as an argument to the command. This release now includes a new build 'webui' that disables the SmartThings component and enables the webUI component and is built with the latest ESP-IDF v4.3. To switch from 'stsdk to 'webui' use the command 'upgrade webui'.
-
Improve network management to better handle network resets or wifi disconnects.