Open Saunakalja opened 1 year ago
I have the same issue. flashing sources:
Device path COM3
Quit: Ctrl+] | Stop program: Ctrl+C | Reset: Ctrl+D
Type 'help()' (without the quotes) then press ENTER.
���p�N�|r��n|�$
ld$`"�
Starte Main
Ende Main
Traceback (most recent call last):
File "main.py", line 9, in <module>
KeyboardInterrupt:
MicroPython v1.19.1 on 2022-06-18; ESP module with ESP8266
Type "help()" for more information.
>>>
So everytime after flashing it crashes.
If I now use CTRL-D a soft reboot is made and the programm runs correctly
I have the same issue. PyCharm 2023.1 (Community Edition) Build #PC-231.8109.197, built on March 29, 2023
I have the same issue. flashing sources:
Device path COM3 Quit: Ctrl+] | Stop program: Ctrl+C | Reset: Ctrl+D Type 'help()' (without the quotes) then press ENTER. ���p�N�|r��n|�$ ld$`"� Starte Main Ende Main Traceback (most recent call last): File "main.py", line 9, in <module> KeyboardInterrupt: MicroPython v1.19.1 on 2022-06-18; ESP module with ESP8266 Type "help()" for more information. >>>
So everytime after flashing it crashes.
If I now use CTRL-D a soft reboot is made and the programm runs correctly
Yeah, So do I. Using CTRL+D works, so I thinking about how to make the program automatical finish it.
I have simple blink program that is working.
I can flash it without problems.
After flash REPL shows long list of:
Then multiple lines of this:
Then:
If I now hit Ctrl+D it soft reboots and starts working like it should.
Any trick to get rid of that extra Ctrl-D after flash? It does that soft reboot automatic after flash but still I have to do it manually. With Thonny I don't have this problem.