dhylands / rshell

Remote Shell for MicroPython
MIT License
944 stars 133 forks source link

parenthesis issue #205

Closed zfeng8 closed 1 year ago

zfeng8 commented 1 year ago

Hi guys, I run into issue with the command blow on the terminal. My goal is just to run this command without any rshell prompt against the microcontroller board

rshell repl pyboard print("Hello World")~

The issue is the invalid syntax with (

If I were using the ~ before the print, the ~ would be treated as the home directory, home/username. So this makes the entire python code invalid

My computer Enviroment: Host: Ubuntu 20.04 Micro Device: raspberry pi pico

zfeng8 commented 1 year ago

no need