Skip to content

V7.0.2.EU

Compare
Choose a tag to compare
@glynhudson glynhudson released this 27 Aug 12:04
· 63 commits to master since this release
55ee1ef

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 against m_ThreshData before initializing it, so the code was executing, even when an EV connected
  • fix compiler warning in SetupMenu::Select()