Skip to content

Commit 15336dc

Browse files
committed
Fix upload partition size, reduce flash usage from 97% to 48%
Match partition size specified in RTKEverywhere.csv
1 parent 45aeb81 commit 15336dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RTK: RTK_Everywhere.ino *.ino *.h
9595
arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=$(DEBUG_LEVEL),PSRAM=enabled RTK_Everywhere.ino \
9696
--warnings default \
9797
--build-property build.partitions=RTKEverywhere \
98-
--build-property upload.maximum_size=3145728 \
98+
--build-property upload.maximum_size=6291456 \
9999
--build-property "compiler.cpp.extra_flags=-MMD -c \"-DPOINTPERFECT_TOKEN=$(POINTPERFECT_TOKEN)\" \"-DFIRMWARE_VERSION_MAJOR=$(FIRMWARE_VERSION_MAJOR)\" \"-DFIRMWARE_VERSION_MINOR=$(FIRMWARE_VERSION_MINOR)\" \"-DENABLE_DEVELOPER=$(ENABLE_DEVELOPER)\"" \
100100
--export-binaries
101101

0 commit comments

Comments
 (0)