Chat here about code rewrites, mods, etc... with respect to the github project https://github.com/esp8266/Arduino

Moderator: igrr

User avatar
By adrianrb
#17335 Hi all.

In Readme.md we can read:

"ESP-specific APIs
APIs related to deep sleep and watchdog timer are available in the ESP object."

But how can I use the "ESP object"?
I wanna use ESP.reset() and ESP.getFreeHeap() methods...

Example .ino file is welcome...

Downloaded ESP Arduino IDE from here: https://github.com/igrr/Arduino/release ... indows.zip

Adrian
User avatar
By Jasper np
#17425 I would also like to know the answer to this question as I found these methods() were not able to be called on my ESP object.

I specifically wanted to use the reset() function however I ended up using the standard arduino software reset function instead.