-->
Page 1 of 1

Whereabouts of ESP8266 EEPROM code

PostPosted: Sun Jul 24, 2016 7:05 am
by scargill
For the life of me!!

I've installed the ESP8266 library into the latest Arduino....(which is sitting at D:\program Files (x86)\arduino169

All working - tried a test EEPROM program - compiles - but..

I want to check the EEPROM library (esp8266 version) and can I HELL find it..

Can someone point me to where the library EEPROM code would be for the above installation (Windows 10)?

Re: Whereabouts of ESP8266 EEPROM code

PostPosted: Sun Jul 24, 2016 6:25 pm
by PuceBaboon
.arduino15/packages/esp8266/hardware/esp8266/2.3.0-rc1/libraries/EEPROM

...under Linux. So just reverse the slashes and change the version number for Windows?

Re: Whereabouts of ESP8266 EEPROM code

PostPosted: Sun Jul 24, 2016 6:27 pm
by bbx10node
I have not used Windows in a while so take this with a grain of salt. There should be a folder named arduino15 but it has the hidden and/or system bit(s) set so it is "invisible". Set file explorer to show hidden files and folders. You might be able to find it by using the Windows search and entering "arduino15".

On a Linux system, the following is the path to the file.

Code: Select all~/.arduino15/packages/esp8266/hardware/esp8266/2.3.0/libraries/EEPROM/EEPROM.cpp