-->
Page 1 of 1

code read from Wemos ESP8266 D1 mini v2.1.0

PostPosted: Thu Nov 23, 2017 9:46 am
by hasanoa
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

Re: code read from Wemos ESP8266 D1 mini v2.1.0

PostPosted: Sat Nov 25, 2017 7:34 pm
by QuickFix
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++ :?