Skip to content

Commit 8f374ea

Browse files
committed
2 parents 2efabea + fb4eedc commit 8f374ea

Some content is hidden

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

69 files changed

+24291
-12640
lines changed

.github/workflows/non-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
"SdFat"@2.1.1
8686
"SparkFun LIS2DH12 Arduino Library"@1.0.3
8787
"SparkFun MAX1704x Fuel Gauge Arduino Library"@1.0.4
88-
"SparkFun u-blox GNSS v3"@3.1.5
88+
"SparkFun u-blox GNSS v3"@3.1.8
8989
"SparkFun Qwiic OLED Arduino Library"@1.0.13
9090
9191
"SparkFun Extensible Message Parser"@1.0.0

.github/workflows/non-release-build_v3.0.0.yml

Lines changed: 0 additions & 161 deletions
This file was deleted.

Firmware/RTKEverywhere_8MB.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See SparkFun ESP32 partition generator: https://docs.google.com/spreadsheets/d/1Ar1LjCRq_RqoRP3OwOwx527hfGKR-4FlMUr6ygIosA8/edit?usp=sharing,,,,,
2+
# Name, Type, SubType, Offset, Size, Flags
3+
nvs, data, nvs, 0x9000, 0x5000
4+
otadata, data, ota, 0xE000, 0x2000
5+
app0, app, ota_0, 0x10000, 0x3DE000
6+
app1, app, ota_1, 0x3F0000, 0x3DE000
7+
spiffs, data, spiffs, 0x7CE000, 0x19000
8+
coredump, data, coredump, 0x7E7000, 0x10000

0 commit comments

Comments
 (0)