pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
102 stars 30 forks source link

accidentally disable REPL #113

Closed garudaonekh closed 2 years ago

garudaonekh commented 2 years ago

HI, I accidentally put in main.py and my code to reverse back not called. uos.dupterm(None, 1)

I run CoolWatch to reflash the A9 module but the main.py is still there. Anyway, to restore it back?

thanks;

pulkin commented 2 years ago

You could comment this line out

garudaonekh commented 2 years ago

thank you very much