Build instructions for RNode_Firmware #624
dllud
started this conversation in
Requests for New Features
Replies: 1 comment
-
Yes, that'd be a good idea to have stated explicitly. On Linux, it should be sufficient to install the base development packages, along with make prep-esp32
make firmware-tbeam_sx1262
make upload-tbeam_sx1262 Or build a full release package for all supported devices: make release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you please add command-line build instructions for RNode_Firmware?
(In the
README.md
or a separateBUILDING.md
)Adding a dependencies' list would help too.
I sifted through the repo and could only find flashing instructions and vague mentions about using the Arduino IDE.
Being able to build and flash from the command line allows developers to choose their preferred IDE and eases any future automation work (e.g. a CI/CD).
Beta Was this translation helpful? Give feedback.
All reactions