dphans / micropython-ide-vscode

Micropython integrated development for VSCode
Apache License 2.0
57 stars 35 forks source link

Run command stuck on Formatting #9

Open iBobik opened 5 years ago

iBobik commented 5 years ago
Checking current script...
Preparing file /Users/Bobik/Applications/esp-rfid.py/main.py...
Checking `ampy` tool...
Checking `rshell` tool...
Reading settings from config file (.micropythonrc)...
Checking config file...
Checking `ampy` path config...
Checking `rshell` path config...
Checking upload port config...
Connect device from port /dev/tty.wchusbserial1410...
Reading baud rate config...
Using baud rate: 115200
Using port: /dev/tty.wchusbserial1410
Stopping running script if available...
Removing Removing ��������.���...
Removing ��������.���...
Removing ��������.���...
Removing ��������.���...
Removing ��������.���...

It continues printing Removing infinitely.

Opening of REPL in Terminal works.

iBobik commented 5 years ago

I used OTA version of firmware previously. I reflashed board to esp8266-20180511-v1.9.4.bin and not Run works.