RAPI V5.1.3
RAPI version 5 - Requires ESP32 WiFi with firmware V3.0.3 or greater or ESP8266 WiFi Firmware V2.9.0 or greater
- get rid of
LoadThresholds()/g_DefaultThreshData
to save space
-> fixes a bug that crept in to DoPost() when hardcoded value changed to
if (reading >= m_ThreshData.m_ThreshAB) {
-> was testing againstm_ThreshData
before initializing it, so the code was executing, even when an EV connected - fix compiler warning in
SetupMenu::Select()