Skip to content

Commit bdf717a

Browse files
committed
Add Arduino CLI compilation to docs
1 parent 8311bc4 commit bdf717a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/firmware_update.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,7 @@ Enable the libraries in the Arduino IDE
479479

480480
35. cd ~/SparkFun/RTK/
481481
36. cp Firmware/app3M_fat9M_16MB.csv ~/.arduino15/packages/esp32/hardware/esp32/2.0.2/tools/partitions/app3M_fat9M_16MB.csv
482+
483+
### Arduino CLI
484+
485+
The firmware can be compiled using [Arduino CLI](https://github.com/arduino/arduino-cli). This makes compilation fairly platform independent and flexible. All release candidates and firmware releases are compiled using Arduino CLI using a github action. You can see the source of the action [here](https://github.com/sparkfun/SparkFun_RTK_Firmware/blob/main/.github/workflows/compile-release.yml), and use it as a starting point for Arduino CLI compilation.

0 commit comments

Comments
 (0)