iotappstory / ESP-Library

Software Distribution and Management Over the Air
GNU Lesser General Public License v2.1
124 stars 35 forks source link

Cant upload IOSLoader sketch #96

Closed YT37 closed 5 years ago

CwlBroeders commented 5 years ago

Hello YT37,

Could u give some information as to what problem u are running into? Are u getting an error thru serial? What are u trying to upload to? esp8266? esp32? what module?

YT37 commented 5 years ago

sorry for not providing it earlier.I am using esp8266.It is compiling just fine but on uploading, I am getting this error:- {In file included from D:\Codes\ArduinoCodes\libraries\IOTAppStory-ESP\examples\IASLoader\IASLoader.ino:33:0: D:\Codes\ArduinoCodes\libraries\IOTAppStory-ESP\src/IOTAppStory.h:33:96: fatal error: ESPAsyncWebServer.h: No such file or directory

include // https://github.com/me-no-dev/ESPAsyncWebServer

compilation terminated. exit status 1 Error compiling for board NodeMCU 1.0 (ESP-12E Module).} Using these settings:- image

CwlBroeders commented 5 years ago

looks like the compiler cannot find the ESPAsyncWebServer.h file the iotappstory library needs this file to be installed For a full list of dependancies, please check https://iotappstory.com/wiki/arduino-esp/how-to-get-started/prerequisites

YT37 commented 5 years ago

Yes, I have installed it a couple of times and moved it to library folder.But it still isn't uploading

YT37 commented 5 years ago

Thank You, @CwlBroeders I tried reinstalling the libraries and now it works just fine.