- Mon Jun 19, 2017 4:32 pm
#67371
I have just tried and downloading the esp8266 libraries to my pc vs using the board manager and though IDE recognizes I have done so, and has selected them, I still get an error of wifistart not being declared in the scope.
Arduino: 1.6.11 (Linux), TD: 1.32-beta1, Board: "Generic ESP8266 Module, 160 MHz, 40MHz, DIO, 115200, 1M (256K SPIFFS), ck, Disabled, None"
/home/joe/Arduino/espArtnetNode_2.0.0_b5g/espArtnetNode_2.0.0_b5g.ino: In function 'void setup()':
espArtnetNode_2.0.0_b5g:221: error: 'wifiStart' was not declared in this scope
wifiStart();
^
espArtnetNode_2.0.0_b5g:224: error: 'webStart' was not declared in this scope
webStart();
^
espArtnetNode_2.0.0_b5g:235: error: 'artStart' was not declared in this scope
artStart();
^
espArtnetNode_2.0.0_b5g:242: error: 'portSetup' was not declared in this scope
portSetup();
^
/home/joe/Arduino/espArtnetNode_2.0.0_b5g/espArtnetNode_2.0.0_b5g.ino: In function 'void loop()':
espArtnetNode_2.0.0_b5g:261: error: 'doNodeReport' was not declared in this scope
doNodeReport();
^
Multiple libraries were found for "EEPROM.h"
Used: /home/joe/Arduino/libraries/EEPROM
Not used: /home/joe/.arduino15/packages/esp8266/hardware/esp8266/2.3.0/libraries/EEPROM
Multiple libraries were found for "ESP8266WiFi.h"
Used: /home/joe/Arduino/libraries/ESP8266WiFi
Not used: /home/joe/.arduino15/packages/esp8266/hardware/esp8266/2.3.0/libraries/ESP8266WiFi
Multiple libraries were found for "ESP8266WebServer.h"
Used: /home/joe/Arduino/libraries/ESP8266WebServer
Not used: /home/joe/.arduino15/packages/esp8266/hardware/esp8266/2.3.0/libraries/ESP8266WebServer
exit status 1
'wifiStart' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.