Chat freely about anything...

User avatar
By robteed
#40882 I tried to run a Sketch but it said FS.h is missing. I looked for a Zip file but all I find is source code. How do I do this? I want to set up my ESP8266 Dearduino to broadcast my DS18B20 onewire heat sensor readouts to my home computer and maybe my ftp server on my Godaddy hosted website. I found the sketch here http://www.rudiswiki.de/wiki9/WiFiFTPServer
Thank You,
Rob Teed
User avatar
By picstart
#45472 There may be serious dependency issues here between versions of the Arduino IDE for the esp8266.
Arduino 1.6.5 appears to not have FS as part of its core but 1.6.5 is needed since later versions lack some of its functionality. Intervening version between 1.6.5 and 1.6.8
have not been encouraging.
Much was to do with missing math functions in these versions.
Maybe 1.6.8 is as functional as 1.6.5 but I'm reluctant to be exposed to new issues just to acquire the FS feature.
Any comments on 1.6.8. as a viable platform?