IotWebConf icon indicating copy to clipboard operation
IotWebConf copied to clipboard

Changing polarity of IOTWEBCONF_STATUS_ON/OFF does not work?

Open m-elias opened this issue 5 years ago • 0 comments

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

m-elias avatar Feb 01 '20 03:02 m-elias