diff --git a/.gitignore b/.gitignore index a535321a..03205dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,10 @@ .vscode/c_cpp_properties.json .vscode/settings.json .vscode/launch.json -src/loraconf.h .vscode/*.db .vscode/.browse.c_cpp.db* .clang_complete .gcc-flags.json +platformio.ini +src/paxcounter.conf +src/loraconf.h diff --git a/platformio.ini b/platformio.ini index 7e4ca091..c5bbf652 100644 --- a/platformio.ini +++ b/platformio.ini @@ -12,11 +12,11 @@ ; ---> SELECT TARGET PLATFORM HERE! <--- [platformio] ;env_default = generic -;env_default = ebox +env_default = ebox ;env_default = heltec ;env_default = ttgov1 ;env_default = ttgov2 -env_default = ttgov21 +;env_default = ttgov21 ;env_default = ttgobeam ;env_default = lopy ;env_default = lopy4 diff --git a/src/paxcounter.conf b/src/paxcounter.conf index 7cf76677..bcecc56d 100644 --- a/src/paxcounter.conf +++ b/src/paxcounter.conf @@ -9,7 +9,7 @@ // Payload send cycle and encoding #define SEND_SECS 30 // payload send cycle [seconds/2] -> 60 sec. -#define PAYLOAD_ENCODER 1 // payload encoder: 1=Plain, 2=Packed, 3=CayenneLPP dynamic, 4=CayenneLPP packed +#define PAYLOAD_ENCODER 2 // payload encoder: 1=Plain, 2=Packed, 3=CayenneLPP dynamic, 4=CayenneLPP packed // Set this to include BLE counting and vendor filter functions #define VENDORFILTER 1 // comment out if you want to count things, not people