Open zirkeltraining opened 6 years ago
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){
if(config_pin == LOW){ // Short pin to GND for config AP
if (DigitalRead(config_pin)==LOW){
?
in line 66 of the example, you have
if(config_pin == LOW){ // Short pin to GND for config AP
now shouldn't that beif (DigitalRead(config_pin)==LOW){
?