Update main.h

This commit is contained in:
Verkehrsrot 2018-06-12 12:29:18 +02:00 committed by GitHub
parent 81dd510eaa
commit 745c4b64cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
// program version - note: increment version after modifications to configData_t
// struct!!
#define PROGVERSION "1.3.8" // use max 10 chars here!
#define PROGVERSION "1.3.81" // use max 10 chars here!
#define PROGNAME "PAXCNT"
//--- Declarations ---
@ -35,4 +35,4 @@ void stop_BLEscan(void);
#ifdef HAS_GPS
void gps_read(void);
void gps_loop(void *pvParameters);
#endif
#endif