Replies: 2 comments 6 replies
-
I use Visual Studio Code and the extensions Python and Remote SSH to develop directly on the Pi. But currently my dev Pi is broken :-( |
Beta Was this translation helpful? Give feedback.
-
This is a very good question, I think it would be even worth a best practice chapter somewhere. I do sshfs + ssh on the target, but I would like to work offline also since the Box it is not always available I have seen that there are a lot of articles about stubbing gpio or fake-gpio especially for python. |
Beta Was this translation helpful? Give feedback.
-
I wanted to know from those who have developed or contributed to this project, how you guys have set up your development environment?
Are you guys always ssh'ing into your Raspberry Pi and clone the Git repo there? Or do you develop on your local environment with some sort of sync or SSHFS? Is Docker an option?
Patrick
Beta Was this translation helpful? Give feedback.
All reactions