Skip to content

Commit 20044d7

Browse files
authored
Merge pull request #307 from sparkfun/release_candidate
Merge v2.4 release candidate
2 parents 0d72af2 + 697ac3f commit 20044d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8508
-3362
lines changed

.github/workflows/compile-rc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,16 @@ jobs:
4444
https://github.com/sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library.git
4545
https://github.com/sparkfun/SparkFun_Qwiic_OLED_Arduino_Library.git
4646
https://github.com/sparkfun/SparkFun_LIS2DH12_Arduino_Library.git
47-
https://github.com/avinabmalla/ESP32_BleSerial.git
4847
https://github.com/bblanchon/ArduinoJson.git
4948
https://github.com/knolleary/pubsubclient.git
49+
https://github.com/avinabmalla/ESP32_BleSerial.git
5050

5151
- name: Compile Sketch
52-
run: arduino-cli compile --fqbn esp32:esp32:esp32 ./Firmware/RTK_Surveyor/RTK_Surveyor.ino
52+
run: arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=debug ./Firmware/RTK_Surveyor/RTK_Surveyor.ino
5353
--build-property build.partitions=partitions
5454
--build-property upload.maximum_size=3145728
55-
--export-binaries
56-
--build-property DebugLevel.debug.build.code_debug=4
5755
--build-property "compiler.cpp.extra_flags=\"-DPOINTPERFECT_TOKEN=$POINTPERFECT_TOKEN\""
56+
--export-binaries
5857

5958
- name: Get current date
6059
id: date
1.96 MB
Binary file not shown.

0 commit comments

Comments
 (0)