min_spiff.csv and compiling RTK surveyor code

Step 3 of the updated firmware directions (Change the Parition table) states that the Espressif ESP32 min_spiff.csv file should be replaced by the version “in this folder”.

However I do not know where the “this folder” that contains the changed partition table min_spiffs.csv is to be found

A search on GitHub https://github.com/sparkfun/SparkFun_RT … _spiff.csv did return: We couldn’t find any code matching ‘min_spiff.csv’ in sparkfun/SparkFun_RTK_Firmware

This is the current min_spiff.csv at C:\Users[name]\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.3\tools\partitions:

Name, Type, SubType, Offset, Size, Flags

nvs, data, nvs, 0x9000, 0x5000,

otadata, data, ota, 0xe000, 0x2000,

app0, app, ota_0, 0x10000, 0x1E0000,

app1, app, ota_1, 0x1F0000,0x1E0000,

spiffs, data, spiffs, 0x3D0000,0x30000,

Can you please react by giving the content the min_spiff.csv file should have.