Add a variable or definition to track the code version, and put that value into the Wigle CSV file header 'appRelease'.
// code release Version number
const String VERSION = "1.300000";
The down in the file header code:
if (dataFile) {
dataFile.println("WigleWifi-1.4,appRelease=" + VERSION + ",model=GPS Kit,release=1.100000F+00,device=M5ATOM,display=NONE,board=ESP32,brand=M5");
Add a variable or definition to track the code version, and put that value into the Wigle CSV file header 'appRelease'.
// code release Version number const String VERSION = "1.300000";
The down in the file header code:
if (dataFile) { dataFile.println("WigleWifi-1.4,appRelease=" + VERSION + ",model=GPS Kit,release=1.100000F+00,device=M5ATOM,display=NONE,board=ESP32,brand=M5");