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
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 theprint
, the~
would be treated as the home directory,home/username
. So this makes the entire python code invalidMy computer Enviroment: Host: Ubuntu 20.04 Micro Device: raspberry pi pico