Most recent activity
-
- 4 comments
- 2,771 views
-
Hello.
First of all I would like to say I really appreciate Your hard work on this project.I have some problems on my ESP8266 (two ESP12F actually), on the first go I was getting
JshPinState [#defines](https://forum.espruino.com/search/?q=%23defines) have changed, please update pinStateToString()
error and reboot loop all the time. I've managed to fix that by flashing @MaBe version that doesn't include tthat pin state check.Now Im getting correct output after ESP restarts (attached screenshot) but the console is non-interactive, I cant send anything to the microcontroller over that serial connection.
The WebIDE starts as intended (connects to COM4) but is also unable to send anything (although the progressbar seems to indicate thats its doing something) and console on the left panel is also non-interactive. It should be writable - right??
I want to note that its not a falsy ESP module, it works just fine with the ArduinoIDE and I've also managed to test two different modules - same result.