[Feature Request]: modifying firmware using gitpod - stable firmware access #4793
Replies: 3 comments 3 replies
-
Try with the tags |
Beta Was this translation helpful? Give feedback.
-
nope: gitpod /workspace/firmware ((91d6612...)) $ pio |
Beta Was this translation helpful? Give feedback.
-
I think if it's older than the gitpod setup files were introduced, you need to do it manually. Why can't you open it for the latest, and then tell it to fetch the older version? Edit: yes, you need to run |
Beta Was this translation helpful? Give feedback.
-
Platform
ESP32
Description
I am trying to make a small mod to the firmware using gitpod.
I can do it on the alpha firmware using:
https://gitpod.io#https://github.com/meshtastic/firmware
but I want to do it on the stable firmware (2.4)
So I access using:
https://gitpod.io#https://github.com/meshtastic/firmware/tree/2.4
but in this workspace, there is no "pio" to build.
Can it be added ?
Beta Was this translation helpful? Give feedback.
All reactions