Commit Graph

3016 Commits

Author SHA1 Message Date
Oliver Seiler
0a510a0c33 Improved time synch handling for GPS based time
This will update the time from GPS on first valid time received by GPS.
2020-09-29 18:59:53 +13:00
Christoph Schultz
9c2b8db36f
Update README.md
desired changes applied
2020-09-28 22:44:45 +02:00
Christoph Schultz
84f94516e8
Update platformio_orig.ini
added newline at the end of file.
2020-09-28 22:29:15 +02:00
Christoph Schultz
9c8b41105e
Update paxcounter_orig.conf
remade original settings
2020-09-28 22:17:59 +02:00
Oliver Seiler
cbaf705c15 Merge remote-tracking branch 'remotes/origin/master' into GpsDrivenTimeSynch 2020-09-28 11:45:29 +13:00
Christoph Schultz
c9680e665e
Delete paxcounter.conf 2020-09-27 23:26:21 +02:00
Christoph Schultz
5a931f6495
Update .gitignore 2020-09-27 23:23:08 +02:00
Christoph Schultz
c739b548f9
Update README.md 2020-09-27 23:21:06 +02:00
Christoph Schultz
09ce875103
Delete platformio.ini 2020-09-27 23:19:01 +02:00
Chrisotph Schultz
db281e11f9 created paxcounter_orig.conf and platformio_orig.ini, added platformio.ini and paxcounter.conf to .gitignore and update Readme.md 2020-09-27 23:15:50 +02:00
Oliver Seiler
814146afa7
Merge pull request #1 from cyberman54/master
Update latest changes
2020-09-28 09:52:33 +13:00
Oliver Seiler
1c40572c9b Synch time from GPX on first valid GPS time received 2020-09-28 09:49:41 +13:00
Chrisotph Schultz
6d3222a7eb added description of payload mask 2020-09-27 22:44:56 +02:00
Chrisotph Schultz
c802ad2c46 Merge remote-tracking branch 'refs/remotes/origin/master' 2020-09-27 19:29:46 +02:00
Chrisotph Schultz
e117f6945f done chages 2020-09-27 19:29:31 +02:00
Klaus K Wilting
14921ee266 macsniff.cpp: reduce logging on level debug 2020-09-27 18:23:48 +02:00
Klaus K Wilting
44b990be38 ttgobean.h removed display default on 2020-09-27 18:19:16 +02:00
Klaus K Wilting
01f990d17f fix issue#642 2020-09-27 18:03:12 +02:00
Klaus K Wilting
5073c00f17 sensor.cpp: comment for ENS count added 2020-09-27 18:00:28 +02:00
Verkehrsrot
c1095f0c82
Merge pull request #640 from oseiler2/master
Fix: issue #639, if no LORA time source available and GPS time in fir…
2020-09-27 12:03:24 +02:00
Verkehrsrot
4d2bde6cbc
Merge pull request #641 from cyberman54/master
sync dev to master
2020-09-27 11:59:27 +02:00
Oliver Seiler
19710bae4b Fixing issue #639 in a better way, that ensures TIME_SYNC_INTERVAL_RETRY is used over TIME_SYNC_INTERVAL when GPS time was invalid 2020-09-27 20:39:02 +13:00
Oliver Seiler
53570d7ccf Add sub band channel selection for AU915
Also see https://github.com/mcci-catena/arduino-lmic/commits/master/examples/ttn-abp/ttn-abp.ino
2020-09-27 18:19:02 +13:00
Oliver Seiler
74239d77f4 Fix: issue #639, if no LORA time source available and GPS time in first call is invalid, then time will never get updated from GPS
https://github.com/cyberman54/ESP32-Paxcounter/issues/639
2020-09-27 17:35:27 +13:00
Klaus K Wilting
3e0102920a main.cpp: update copyright notice 2020-09-26 21:22:55 +02:00
Klaus K Wilting
d13b4ed4e5 readme.md: update copyright notice 2020-09-26 21:22:37 +02:00
Klaus K Wilting
deba557ee9 lorawan.cpp: bugfix in myBattLevelCb() 2020-09-26 21:21:28 +02:00
Chrisotph Schultz
a9f19d4459 set configs 2020-09-25 23:41:43 +02:00
Klaus K Wilting
e38eae90e2 CWA detection improved (Issue #636) 2020-09-24 22:29:07 +02:00
Klaus K Wilting
7a85c0f0c3 Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter 2020-09-21 16:42:46 +02:00
Klaus K Wilting
715663617c remove "PAX" from display to show higher numbers 2020-09-21 16:42:19 +02:00
Klaus K Wilting
62674e80d3 paxcounter.conf: default port for gps corrected 2020-09-21 16:41:20 +02:00
Verkehrsrot
7bfb1aff27
paxcounter.conf: default settings corrected 2020-09-16 11:26:14 +02:00
Klaus K Wilting
da845993dd code sanitizations (fix some compiler warnings) 2020-09-12 22:39:04 +02:00
Klaus K Wilting
f2b6e12bc9 BLE install logic changed (issue #612) 2020-09-12 19:11:13 +02:00
Klaus K Wilting
2a9469422c wifi/bt coexist code sanitization 2020-09-12 13:58:18 +02:00
Klaus K Wilting
2725b8770f Upgrade to ESP-IDF 4.1 2020-09-11 20:24:22 +02:00
Klaus K Wilting
176424c4d7 issue #632 2020-09-08 11:51:50 +02:00
Verkehrsrot
1be9b47b6e
Merge pull request #634 from nordominus/master
Fix for #632 - LDF will recognize BLE dependency of OneBitDisplay correctly
2020-09-08 11:51:15 +02:00
Klaus K Wilting
b36c1dc4fc Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter 2020-09-08 11:49:59 +02:00
Klaus K Wilting
731df291cd platformio.ini settings updated 2020-09-08 11:49:48 +02:00
Nordominus
b5a6228f70 Fix for #632 - LDF will recognize BLE dependency of OneBitDisplay correctly and not end in compiler error 2020-09-07 22:50:02 +02:00
Verkehrsrot
6d29855d92
Update paxcounter.conf 2020-09-05 14:40:23 +02:00
Verkehrsrot
81879c23f6
Merge pull request #631 from cyberman54/CWA
Covid-19 exposure notifications system scanning function
2020-09-05 14:30:05 +02:00
Klaus K Wilting
39a54556fc readme.md typos 2020-09-05 14:28:49 +02:00
Klaus K Wilting
c1727a5b51 readme.md typos 2020-09-05 14:27:57 +02:00
Klaus K Wilting
55062923d3 platformio.ini: versions edited 2020-09-05 14:25:55 +02:00
Klaus K Wilting
26b6896353 display.cpp: small mask fixes 2020-09-05 14:25:14 +02:00
Klaus K Wilting
370c9bd161 readme.md: ENS feature added 2020-09-05 14:24:59 +02:00
Klaus K Wilting
ae106406a1 CWA settings 2020-09-04 20:37:47 +02:00