Commit Graph
8 Commits
Author SHA1 Message Date
Thomas HerrmannandGitHub cf11807f97 use priority background for low priority messages (#3381) 2024-03-12 12:21:09 -05:00
Thomas HerrmannandThomas Göttgens 26691c0be7 include requested change and suggestions on PR from @caveman99 2024-03-10 16:08:26 +01:00
Thomas HerrmannandThomas Göttgens 09e08e0091 add some documentation, cleanup 2024-03-10 16:08:26 +01:00
Thomas HerrmannandThomas Göttgens 73c77b663c fix typo 2024-03-10 16:08:26 +01:00
Thomas HerrmannandThomas Göttgens fb4faf790b split query of paxcounter data from sending funcionality; don't cummulate (count mode != 1); use flag to signal changed count data 2024-03-10 16:08:26 +01:00
Thomas Herrmann 763ae9f2e2 add BMP085 (and BMP180) sensor (temperature and air pressure) 2024-03-07 23:58:04 +01:00
Thomas HerrmannandGitHub 4ffb906fe8 move duplicate #define for screen to unified header file (#3302) 2024-02-27 12:49:46 -06:00
d434117ffd add UI frame for PaxCounter module (#3285)
* add UI frame to display PaxCounter module data

* only acquire screen when paxcounter is active, i.e. enabled and wifi and ble are both off

* sync font #define with other occurrences in code

* protect screen specific code with #if HAS_SCREEN

* limit upload_speed to 115200 for TLORA_V2_1_16

* fix failing trunk checks; sorry

* Revert "limit upload_speed to 115200 for TLORA_V2_1_16"

This reverts commit 4eb549c5e886508a4d39a7bfe689bc1976cbaa4b.

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-02-25 13:03:54 -06:00