lukeswitz / AtomGPS_wigler

Uses an ATOM M5 GPS Kit for Wigle wardriving
26 stars 6 forks source link

Track the code version in a var, update CSV header based on value #19

Closed pejacoby closed 9 months ago

pejacoby commented 9 months ago

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");