We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25b3bea + 15336dc commit fefce5dCopy full SHA for fefce5d
Firmware/RTK_Everywhere/makefile
@@ -95,7 +95,7 @@ RTK: RTK_Everywhere.ino *.ino *.h
95
arduino-cli compile --fqbn "esp32:esp32:esp32":DebugLevel=$(DEBUG_LEVEL),PSRAM=enabled RTK_Everywhere.ino \
96
--warnings default \
97
--build-property build.partitions=RTKEverywhere \
98
- --build-property upload.maximum_size=3145728 \
+ --build-property upload.maximum_size=6291456 \
99
--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)\"" \
100
--export-binaries
101
0 commit comments