Commit Graph

2884 Commits

Author SHA1 Message Date
Oliver Seiler
2176a30419 Fix PMU_CHARGE_CURRENT and PMU_CHARGE_CUTOFF defines 2021-01-29 11:17:39 +13:00
Verkehrsrot
eb50069459
Merge pull request #730 from hpsaturn/fix_twristband_config
Fix twristband config issue
2021-01-22 18:50:51 +01:00
Antonio Vanegas
ac547a0cee added missing board record for twristband.h 2021-01-22 11:17:42 +01:00
Antonio Vanegas
27e72fcb2d fixed ADC pin issue 2021-01-22 11:12:36 +01:00
Antonio Vanegas
e0389ab6bd Merge remote-tracking branch 'upstream/master' into fix_twristband_config 2021-01-21 13:14:46 +01:00
Verkehrsrot
ad7cfb993f
Merge pull request #728 from oseiler2/master
Fix compile error for using CFG_LMIC_US_like Lora configuration (AU915, US915)
2021-01-21 07:18:30 +01:00
Oliver Seiler
940d664778 Fix compile error when using CFG_LMIC_US_like Lora configuration (AU915, US915) 2021-01-21 18:11:25 +13:00
Oliver Seiler
e12716c146 Merge branch 'master' of github.com:cyberman54/ESP32-Paxcounter 2021-01-21 17:25:32 +13:00
Antonio Vanegas
4db895ce18 Merge remote-tracking branch 'upstream/master' 2021-01-20 23:48:34 +01:00
Verkehrsrot
532f633235
Merge pull request #680 from hpsaturn/av/ttgo-t-wristband
Av/ttgo t wristband
2021-01-20 11:58:10 +01:00
Antonio Vanegas
e344c82bec added photo collage of TTGO-TWristband 2021-01-19 16:08:59 +01:00
Antonio Vanegas
69e97016bc added basic photo of module 2021-01-19 16:07:21 +01:00
Antonio Vanegas
26f55baab4 added button and basic reference on README. 2021-01-19 16:02:09 +01:00
Antonio Vanegas
36641377d3 fixed display initialization issue 2021-01-19 12:30:07 +01:00
Antonio Vanegas
cb0d718a11 Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter 2021-01-19 11:36:06 +01:00
Verkehrsrot
278dcbfee5
Merge pull request #719 from cyberman54/development
Development
2021-01-10 13:52:39 +01:00
Verkehrsrot
44ce73a8b2
Merge pull request #716 from HouzuoGuo/improve-timesync-debug
Enrich the debug-level log message with reading of timestamp at program compilation as well as GPS time reading when the board time fails to sync with GPS.
2021-01-10 13:52:01 +01:00
Verkehrsrot
35e13ca189
Merge pull request #718 from HouzuoGuo/broken-backward-compat
Increase release version from 2.1.1 to 2.2.0.
2021-01-10 13:51:36 +01:00
HouzuoGuo
555cf41380 Increase release version from 2.1.1 to 2.2.0.
This is necessary after having changed the payload type definition bits recently.
By increasing the release number, the setup function will erase memorised and non-compatible enabled payload bits.
2021-01-10 13:37:42 +02:00
HouzuoGuo
66d9ef0f4d Enrich the debug-level log message with reading of timestamp at program
compilation as well as GPS time reading when the board time fails to
sync with GPS.

This helps user to debug time synchronisation failure stemmed from
a mismatch of developer's time zone and board's time zone.
2021-01-10 11:51:00 +02:00
Verkehrsrot
7927e86f39
Merge pull request #715 from cyberman54/development
Development
2021-01-10 00:37:49 +01:00
cyberman54
144b59fb57 remove unneeded defines from globals.h 2021-01-10 00:34:31 +01:00
cyberman54
69a6216665 fix bitshift in irq mask 2021-01-09 23:52:29 +01:00
cyberman54
241a19148b fix bitshift in payload + configmask 2021-01-09 23:52:08 +01:00
cyberman54
ecb94ab243 small patch display mask last row 2021-01-09 15:32:11 +01:00
Antonio Vanegas
02b630176e Merge remote-tracking branch 'upstream/master' 2021-01-08 13:57:03 +01:00
Verkehrsrot
2834626f3f
Merge pull request #713 from cyberman54/development
bugfix i2c gps broken (issue #712)
2021-01-07 22:08:30 +01:00
cyberman54
dee4d825a0 bugfix i2c gps broken (issue #712) 2021-01-07 22:07:55 +01:00
Verkehrsrot
74bbc71ce6
Merge pull request #711 from cyberman54/development
Development
2021-01-07 10:38:38 +01:00
cyberman54
3d6af69c0b repair broken rcommand processing 2021-01-07 10:37:55 +01:00
cyberman54
59e3876296 rcommand.cpp: code sanitization 2021-01-03 22:40:49 +01:00
cyberman54
2352d7d743 add ENS compile warning if no BLE 2021-01-03 21:52:55 +01:00
Verkehrsrot
08a4db9392
Merge pull request #709 from cyberman54/development
Development
2021-01-03 21:40:45 +01:00
Verkehrsrot
7fea7b6b53
Merge pull request #708 from HouzuoGuo/gps-date-is-always-valid
When GPZDA time-of-day is considered valid by TinyGps lib, the date is also valid, though not indicated by return value of isValid()
2021-01-03 21:39:07 +01:00
HouzuoGuo
cb0680b623 When GPZDA time-of-day is considered valid by TinyGps lib, the date is also valid, though not indicated by return value of isValid() 2021-01-03 19:25:11 +02:00
cyberman54
690c843ccf new rcmd load/save config 2021-01-03 18:00:51 +01:00
Verkehrsrot
cf5e6fb41d
Merge pull request #707 from cyberman54/development
Development
2021-01-03 17:37:08 +01:00
Verkehrsrot
a25236ea7a
Merge pull request #706 from HouzuoGuo/fix-ens-compilation-errror
Avoid invoking ENS function in macsniff.cpp when ENS support is disabled
2021-01-03 17:36:37 +01:00
HouzuoGuo
e8cbc4c627 Avoid invoking ENS function in macsniff.cpp when ENS support is disabled 2021-01-03 17:25:09 +02:00
Verkehrsrot
a648efa8d8
Merge pull request #705 from cyberman54/master
Sync Dev<->Master
2021-01-03 13:49:24 +01:00
Verkehrsrot
9260634807
Merge pull request #704 from cyberman54/development
Development
2021-01-03 13:48:32 +01:00
Verkehrsrot
42657329e3
Merge pull request #702 from HouzuoGuo/fix-gps-longitude
Fix incorrect prefix W/E that was displayed along with longitude
2021-01-03 13:47:25 +01:00
Verkehrsrot
a2cac589c0
Merge pull request #703 from cyberman54/development
Development
2021-01-03 13:45:45 +01:00
HouzuoGuo
11dddf459b Fix incorrect prefix W/E that was displayed along with longitude 2021-01-03 13:13:44 +02:00
cyberman54
399767e7ac add MQTT nodered example 2021-01-03 11:34:13 +01:00
cyberman54
41ab41566f MAC container using DRAM 2021-01-03 11:09:47 +01:00
cyberman54
d113c945b2 macsniff.cpp sanitizations 2021-01-03 11:09:13 +01:00
Verkehrsrot
b9584a2fdf
Merge pull request #699 from cyberman54/development
Development
2021-01-03 00:17:36 +01:00
cyberman54
149bd7e05e rcommand.cpp: bugfix display queue size 2021-01-03 00:16:12 +01:00
cyberman54
2375489f92 blescan.cpp: bugfix #if (BLECOUNTER) 2021-01-03 00:15:36 +01:00