Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By kira
#49705 Hi,

Look at this : https://github.com/esp8266/Arduino/issues/2121

Summary : Don't put a lot of css, js files. Merge them to a single css and single js if possible or maximum 2 css and 2 js files. Don't zip font files. Some of local js files need other files like *.map or something, becareful don't forget to put them in same folder.

Main problem is count of files to read thats all.
User avatar
By Th3On3Fr33man
#51482 Alright so I think I've solved most, if not all of my issues by updating the libraries, including using the git version of the esp8266 library found here: https://github.com/esp8266/Arduino

I also had to update my functions to match the example found in the new libraries.

So thank you everyone for your assistance.