IotWebConf
IotWebConf copied to clipboard
Changing polarity of IOTWEBCONF_STATUS_ON/OFF does not work?
I'm using your library version 2.3.1. If I change the polarity of IOTWEBCONF_STATUS_ON & IOTWEBCONF_STATUS_OFF in IotWebConf.h, it has no effect on the LED blink polarity. I ended up making a change in IotWebConf.cpp in the function void IotWebConf::doBlink() I changed unsigned long delayMs = _this->_blinkState == OFF to unsigned long delayMs = _this->_blinkState == IOTWEBCONF_STATUS_ON