JetBrains / intellij-micropython

Plugin for MicroPython devices in PyCharm and IntelliJ
https://plugins.jetbrains.com/plugin/9777-micropython
Apache License 2.0
514 stars 107 forks source link

Flash in PyCharm working but running on ESP8266 #92

Closed tuzzo77 closed 4 years ago

tuzzo77 commented 5 years ago

I'm flashing simple code to my ESP8266. Flash seems to be all correct:

Connecting to COM3 Uploading files: 0% (0/1) C:\Users\alex\PycharmProjects\ESP8266\Test.py -> Test.py Uploading files: 100% (1/1) Soft reboot

Bu code not running on my board. Same code using ESPlorer IDE working,

Thanks

ivkond commented 5 years ago

@tuzzo77, use following name conventions for your files:

Source: Running your first script

neuberfran commented 5 years ago

https://forum.micropython.org/viewtopic.php?f=18&t=6857&p=38966#p38966****

vlasovskikh commented 4 years ago

@tuzzo77 I hope the replies above helped you with your question. Thanks @ivkond and @neuberfran for your comments!