RasPiArduino icon indicating copy to clipboard operation
RasPiArduino copied to clipboard

ESP8266 sketch with FS.H

Open Ierlandfan opened this issue 8 years ago • 1 comments
trafficstars

Hi Guys,

i want to compile an ESP8266 sketch wich includes FS.H. It complains it's not found.
Whta do I need to change in the sketch to make it work?

Ierlandfan avatar Jun 14 '17 13:06 Ierlandfan

FS is not really part of official Arduino so it is not implemented here. There is the Bridge class that deals with files. https://github.com/me-no-dev/RasPiArduino/blob/master/libraries/Bridge/src/FileIO.h

me-no-dev avatar Jun 21 '17 10:06 me-no-dev