So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By hasanoa
#72015 Hi everyone,

I have a "Wemos ESP8266 D1 mini v2.1.0" and I lost my code that read before.

How can I read my code from ESP8266. I wrote the code in javascript with Arduino 1.8.0

thanks in advance for your reply,

hasan
User avatar
By QuickFix
#72074 You can only get a compiled image back using esptool.py; getting the source back is impossible.
hasanoa wrote:I wrote the code in javascript with Arduino 1.8.0

Are you sure about that?
The Arduino we use (and know) only understands C++ :?