chriscook8 / esp-arduino-apboot

ESP8266 wifi configurator in Arduino lang.. uses eeprom for configs, boots to AP mode if no working config found
153 stars 61 forks source link

'testWifi' was not declared in this scope #5

Open kgkg2222 opened 8 years ago

kgkg2222 commented 8 years ago

'testWifi' was not declared in this scope whats wrong ?

bidyutper commented 8 years ago

issue solved?

danielvphub commented 8 years ago

It should be declared before its call. Put it above 'void setup()' Same for 'launchWeb' and others...