Skip to content

Commit e39fb43

Browse files
committed
Correct tools partitions folder (3.0.7)
1 parent c760bb0 commit e39fb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firmware_compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The SparkFun RTK Everywhere Firmware is compiled using Arduino CLI (currently [v
2323
4. RTK Everywhere uses a custom partition file. Download the [RTKEverywhere.csv](https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware/blob/main/Firmware/RTKEverywhere.csv) or [RTKEverywhere_8MB.csv](https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware/blob/main/Firmware/RTKEverywhere_8MB.csv) for the RTK Postcard.
2424
5. Add *RTKEverywhere.csv* partition table to the Arduino partitions folder. It should look something like
2525

26-
C:\Users\\[user name]\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.1\tools\partitions\RTKEverywhere.csv
26+
C:\Users\\[user name]\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.7\tools\partitions\RTKEverywhere.csv
2727

2828
This will increase the program partitions, as well as the SPIFFs partition to utilize the full 16MB of flash (8MB in the case of the Postcard).
2929

0 commit comments

Comments
 (0)