I try upload sketch and i have a problem.
On Arduino ISE 1.6.9 i have an error downloading http://arduino.esp8266.com/stable/packa ... index.json
But on other PC on arduino IDE 1.6.5 i have this error:
Code: Select all
ESPEasy.ino: In function 'void setup()':
ESPEasy:610: error: 'FreeMem' was not declared in this scope
ESPEasy:614: error: 'initLog' was not declared in this scope
ESPEasy:617: error: 'SpiffsSectors' was not declared in this scope
ESPEasy:624: error: 'emergencyReset' was not declared in this scope
ESPEasy:628: error: 'addLog' was not declared in this scope
ESPEasy:630: error: 'fileSystemCheck' was not declared in this scope
ESPEasy:631: error: 'LoadSettings' was not declared in this scope
ESPEasy:649: error: 'ResetFactory' was not declared in this scope
ESPEasy:656: error: 'BuildFixes' was not declared in this scope
ESPEasy:666: error: 'hardwareInit' was not declared in this scope
ESPEasy:669: error: 'WifiAPconfig' was not declared in this scope
ESPEasy:670: error: 'WifiConnect' was not declared in this scope
ESPEasy:685: error: 'PluginInit' was not declared in this scope
ESPEasy:686: error: 'CPluginInit' was not declared in this scope
ESPEasy:687: error: 'NPluginInit' was not declared in this scope
ESPEasy:689: error: 'WebServerInit' was not declared in this scope
ESPEasy:700: error: 'getProtocolIndex' was not declared in this scope
ESPEasy:702: error: 'MQTTConnect' was not declared in this scope
ESPEasy:704: error: 'sendSysInfoUDP' was not declared in this scope
ESPEasy:707: error: 'readFromRTC' was not declared in this scope
ESPEasy:709: error: 'readUserVarFromRTC' was not declared in this scope
ESPEasy:726: error: 'saveToRTC' was not declared in this scope
ESPEasy:738: error: 'initTime' was not declared in this scope
ESPEasy:753: error: 'rulesProcessing' was not declared in this scope
ESPEasy:757: error: 'saveToRTC' was not declared in this scope
ESPEasy.ino: In function 'void loop()':
ESPEasy:772: error: 'WifiConnect' was not declared in this scope
ESPEasy:778: error: 'PluginCall' was not declared in this scope
ESPEasy:779: error: 'serial' was not declared in this scope
ESPEasy:788: error: 'deepSleep' was not declared in this scope
ESPEasy.ino: In function 'void run50TimesPerSecond()':
ESPEasy:820: error: 'PluginCall' was not declared in this scope
ESPEasy.ino: In function 'void run10TimesPerSecond()':
ESPEasy:830: error: 'PluginCall' was not declared in this scope
ESPEasy:831: error: 'checkUDP' was not declared in this scope
ESPEasy:834: error: 'rulesProcessing' was not declared in this scope
ESPEasy.ino: In function 'void runOncePerSecond()':
ESPEasy:850: error: 'saveToRTC' was not declared in this scope
ESPEasy:853: error: 'addLog' was not declared in this scope
ESPEasy:862: error: 'delayedReboot' was not declared in this scope
ESPEasy:870: error: 'WifiDisconnect' was not declared in this scope
ESPEasy:884: error: 'checkTime' was not declared in this scope
ESPEasy:887: error: 'PluginCall' was not declared in this scope
ESPEasy:892: error: 'rulesTimers' was not declared in this scope
ESPEasy.ino: In function 'void runEach30Seconds()':
ESPEasy:930: error: 'FreeMem' was not declared in this scope
ESPEasy:933: error: 'addLog' was not declared in this scope
ESPEasy:934: error: 'sendSysInfoUDP' was not declared in this scope
ESPEasy:935: error: 'refreshNodeList' was not declared in this scope
ESPEasy:936: error: 'MQTTCheck' was not declared in this scope
ESPEasy:938: error: 'SSDP_update' was not declared in this scope
ESPEasy:947: error: 'WifiCheck' was not declared in this scope
ESPEasy.ino: In function 'void checkSensors()':
ESPEasy:971: error: 'saveUserVarToRTC' was not declared in this scope
ESPEasy.ino: In function 'void SensorSendTask(byte)':
ESPEasy:997: error: 'getDeviceIndex' was not declared in this scope
ESPEasy:998: error: 'LoadTaskSettings' was not declared in this scope
ESPEasy:1011: error: 'PluginCall' was not declared in this scope
ESPEasy:1028: error: 'Calculate' was not declared in this scope
ESPEasy:1033: error: 'sendData' was not declared in this scope
ESPEasy.ino: In function 'boolean checkSystemTimers()':
ESPEasy:1098: error: 'timeOut' was not declared in this scope
ESPEasy:1113: error: 'timeOut' was not declared in this scope
ESPEasy:1116: error: 'parseCommandString' was not declared in this scope
ESPEasy:1117: error: 'PluginCall' was not declared in this scope
ESPEasy:1118: error: 'ExecuteCommand' was not declared in this scope
ESPEasy.ino: In function 'void backgroundtasks()':
ESPEasy:1136: error: 'statusLED' was not declared in this scope
ESPEasy:1137: error: 'checkUDP' was not declared in this scope
Multiple libraries were found for "Servo.h"
Used: C:\Users\pkuchciak\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\Servo
Not used: C:\Users\pkuchciak\Desktop\arduino-1.6.5-r5-windows\arduino-1.6.5-r5\libraries\Servo
Multiple libraries were found for "SD.h"
Used: C:\Users\pkuchciak\AppData\Roaming\Arduino15\packages\esp8266\hardware\esp8266\2.3.0\libraries\SD
Not used: C:\Users\pkuchciak\Desktop\arduino-1.6.5-r5-windows\arduino-1.6.5-r5\libraries\SD
'FreeMem' was not declared in this scope