AlertMe icon indicating copy to clipboard operation
AlertMe copied to clipboard

example doesn't seem to use the config pin properly

Open zirkeltraining opened this issue 6 years ago • 0 comments

in line 66 of the example, you have if(config_pin == LOW){ // Short pin to GND for config AP now shouldn't that be if (DigitalRead(config_pin)==LOW){

?

zirkeltraining avatar May 11 '18 16:05 zirkeltraining