v1.3.21
This commit is contained in:
parent
244eb10c29
commit
bedd90bede
@ -3,11 +3,11 @@
|
||||
|
||||
// std::set for unified array functions
|
||||
#include <set>
|
||||
//#include <array>
|
||||
//#include <algorithm>
|
||||
#include <array>
|
||||
#include <algorithm>
|
||||
|
||||
#ifdef HAS_DISPLAY
|
||||
// OLED Display
|
||||
#ifdef HAS_DISPLAY
|
||||
#include <U8x8lib.h>
|
||||
#endif
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
// program version - note: increment version after modifications to configData_t struct!!
|
||||
#define PROGVERSION "1.3.2" // use max 10 chars here!
|
||||
#define PROGVERSION "1.3.21" // use max 10 chars here!
|
||||
#define PROGNAME "PAXCNT"
|
||||
|
||||
//--- Declarations ---
|
||||
|
Loading…
Reference in New Issue
Block a user