Thomas Göttgens
5cebe4a0a7
trunk fmt
2024-06-17 23:24:27 +02:00
Thomas Göttgens
275e393115
Merge branch 'master' into master
2024-06-17 22:33:54 +02:00
Manuel
5936d0c06b
Merge branch 'master' into tft-gui-work
2024-06-17 22:17:45 +02:00
mverch67
2c2dfcf7df
reduce load of TFT task
2024-06-17 21:42:40 +02:00
mverch67
e822525ce5
more semi colons >_<
2024-06-17 21:23:07 +02:00
mverch67
5e92136ed0
semi colon
2024-06-17 21:19:36 +02:00
mverch67
cd60ee80bd
fix wrong include file exclusion
2024-06-17 21:17:25 +02:00
mverch67
9d8a5221a9
fix for MESHTASTIC_EXCLUDE_INPUTBROKER
2024-06-17 20:17:56 +02:00
Thomas Göttgens
7a25e0b69a
don't close the wire when we didn't find anything. We might rescan later.
2024-06-17 17:03:32 +02:00
Thomas Göttgens
b6066a78c1
WIP
2024-06-17 15:09:38 +02:00
Thomas Göttgens
ce3be5b4e8
Merge branch 'master' into master
2024-06-17 12:00:16 +02:00
Manuel
fc80c3bcb9
Merge branch 'master' into tft-gui-work
2024-06-16 20:55:29 +02:00
Thomas Göttgens
11c3ca541f
add proper RAK variant and change pathspec
2024-06-16 20:03:45 +02:00
Thomas Göttgens
ceb884cf18
trunk fmt
2024-06-16 16:29:45 +02:00
Ben Meadors
0c45c99b15
Merge branch 'master' into master
2024-06-16 07:39:46 -05:00
thebentern
471ee78a5e
[create-pull-request] automated change
2024-06-16 12:25:52 +00:00
beegee-tokyo
85d621d9c6
Move RAK9154 to variants, fix json
2024-06-16 19:45:17 +08:00
Thomas Göttgens
a453d7f52c
Iterate through uint array
2024-06-16 11:59:21 +02:00
Thomas Göttgens
ba14ffb8d3
change type to 8 bit uint
2024-06-16 11:59:21 +02:00
Thomas Göttgens
2eb3cfd5e0
change the main scan class so they scan only for wanted bits - UNTESTED
2024-06-16 11:59:21 +02:00
HarukiToreda
ce9e63a2cb
Added fix for ESP32
2024-06-16 11:59:21 +02:00
Thomas Göttgens
dbb254ba7a
change the main scan class so they scan only for wanted bits - UNTESTED
2024-06-16 11:59:21 +02:00
HarukiToreda
27bb3506d3
Added fix for ESP32
2024-06-16 11:59:21 +02:00
Thomas Göttgens
97e8b1fd18
Merge branch 'master' into regulatory-gain
2024-06-16 11:35:11 +02:00
Manuel
696eaa2f94
Merge branch 'master' into tft-gui-work
2024-06-16 10:29:46 +02:00
beegee-tokyo
5e01b4251f
Fix build error for none RAK2560 devices
2024-06-16 15:46:37 +08:00
beegee-tokyo
d7c52c33b9
Add RAK2560/RAK9154
2024-06-16 14:24:36 +08:00
Thomas Göttgens
a38a18da0d
WIP: add NAU7802 based scale controller. ( #4092 )
...
* WIP: add NAU7802 based scale controller. Needs proto commit
* WIP: add NAU7802 based scale controller. Needs proto commit
* telemetry uses kg, scale internally g
* add sensor calibration setters
2024-06-15 19:59:22 -05:00
Manuel
2081278dbe
Merge branch 'master' into tft-gui-work
2024-06-16 00:04:36 +02:00
todd-herbert
96be051bff
Screensaver validates short name ( #4115 )
2024-06-15 14:58:46 -05:00
Ben Meadors
32702e2750
Fix compiler warnings ( #4112 )
2024-06-15 09:46:15 -05:00
github-actions[bot]
21d47adb8d
[create-pull-request] automated change ( #4114 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2024-06-15 09:45:33 -05:00
Manuel
8a2e29d45a
Merge branch 'master' into tft-gui-work
2024-06-15 11:56:23 +02:00
Ben Meadors
3e4e1b2202
Trunk
2024-06-14 19:53:47 -05:00
Daniel.Cao
e55604b8e5
rak10701: support touchscreen ( #4104 )
...
* Add the touch screen driver RAK10701 platform, lib_deps https://github.com/RAKWireless/RAK14014-FT6336U
* Added RAK10701 touch screen virtual keyboard, supporting cannedMessageModule free text
2024-06-14 19:36:20 -05:00
Ben Meadors
8b8e056b7b
Added (excluded) Dropzone Module for more comprehensive module example ( #4098 )
...
* DropzoneModule hello world
* Buttoning things up
* Exclude by default
* Upstream refs
* Cleanup
* Add modules folder to path
* Case and path matters
* Exclude from header
* Guard
2024-06-14 16:27:49 -05:00
Manuel
f022d46134
Merge branch 'master' into tft-gui-work
2024-06-14 15:29:13 +02:00
todd-herbert
39c9f92c6e
GPS: short update intervals, lock-time prediction ( #4070 )
...
* Refactor GPSPowerState enum
Identifies a case where the GPS hardware is awake, but an update is not yet desired
* Change terminology
* Clear old lock-time prediction on triple press
* Use exponential smoothing to predict lock time
* Rename averageLockTime to predictedLockTime
* Attempt: Send PMREQ with duration 0 on MCU deep-sleep
* Attempt 2: Send PMREQ with duration 0 on MCU deep-sleep
* Revert "Attempt 2: Send PMREQ with duration 0 on MCU deep-sleep"
This reverts commit 8b697cd2a4
.
* Revert "Attempt: Send PMREQ with duration 0 on MCU deep-sleep"
This reverts commit 9d29ec7603
.
2024-06-14 08:28:01 -05:00
Manuel
dd1bfb6ab0
Merge branch 'master' into tft-gui-work
2024-06-14 15:18:01 +02:00
caveman99
75d5cd2c35
[create-pull-request] automated change
2024-06-13 14:50:21 +00:00
github-actions[bot]
26d4d06e2a
[create-pull-request] automated change ( #4093 )
...
Co-authored-by: caveman99 <25002+caveman99@users.noreply.github.com>
2024-06-13 08:39:38 -05:00
Manuel
470f5f2bd3
Merge branch 'master' into tft-gui-work
2024-06-13 08:48:12 +02:00
John Gorkos - AB0OO
f7433eb4ee
trunk formatting
2024-06-12 14:36:38 -07:00
John Gorkos - AB0OO
b42185c722
included hop_start in conditional for hop_away
2024-06-12 13:02:01 -07:00
John Gorkos - AB0OO
d80bcd7d67
adding only hop_start, per @GUVWAF
2024-06-12 12:59:52 -07:00
John Gorkos - AB0OO
871f6854b5
feature-mqtt: add hop_start and hop_limit to MQTT uplink
2024-06-12 08:22:01 -07:00
Thomas Göttgens
78fd17c12e
Merge pull request #4086 from HelTecAutomation/master
...
Add Heltec Capsule Sensor V3 to the Meshtastic source code
2024-06-12 15:50:06 +02:00
Manuel
caca1edf13
Merge branch 'master' into tft-gui-work
2024-06-12 15:06:23 +02:00
github-actions[bot]
c7769274dd
[create-pull-request] automated change ( #4085 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2024-06-12 07:23:54 -05:00
Heltec-Aaron-Lee
5b1d3ed173
Add Heltec Capsule Sensor V3 to source code
2024-06-12 20:21:26 +08:00
Ben Meadors
b09cee118c
Trunk
2024-06-12 06:57:11 -05:00
Jan Veeh
992d1c42e6
changed CFG-PM config message to use external signal ( #4062 )
2024-06-12 06:43:50 -05:00
todd-herbert
d60d1d7447
Workaround to disable bluetooth on NRF52 ( #4055 )
...
* Workaround to allow bluetooth disable on NRF52
* Use miminum tx power for bluetooth
* Reorganize
* Instantiate nrf52Bluetooth correctly..
* Change log message
2024-06-12 06:34:00 -05:00
Manuel
eac27df727
Merge branch 'master' into tft-gui-work
2024-06-12 11:59:42 +02:00
Manuel
cd9665c9bd
Merge branch 'master' into tft-gui-work
2024-06-12 07:49:57 +02:00
Tavis
e63278cf43
add wind speed and direction to json
2024-06-11 15:13:17 -10:00
Jonathan Bennett
0852a170a3
Add support for BMX160/RAK12034 compass module ( #4021 )
2024-06-11 17:47:45 -05:00
github-actions[bot]
7f2647abb1
[create-pull-request] automated change ( #4078 )
...
Co-authored-by: jp-bennett <5630967+jp-bennett@users.noreply.github.com>
2024-06-11 14:52:02 -05:00
Andrew Yong
53fc22178b
Merge branch 'master' into regulatory-gain
2024-06-11 21:30:35 +08:00
Thomas Göttgens
a5274658cf
warning: extra tokens at end of #ifdef directive
2024-06-11 14:39:00 +02:00
Manuel
73311dd2bf
Merge branch 'master' into tft-gui-work
2024-06-11 00:19:27 +02:00
Wolfgang Nagele
62b310ac5c
Relax changes from #4001 to allow GPS and NTP as trusted sources ( #4068 )
2024-06-10 08:10:17 -05:00
Manuel
2eba053849
Merge branch 'master' into tft-gui-work
2024-06-10 13:10:10 +02:00
GUVWAF
24458a73d6
Add missing hops in traceroute as "unkown" ( #4056 )
...
E.g. in case a node couldn't decrypt the packet
2024-06-09 16:03:53 -05:00
Michael Gjelsø
a2fb3d23a1
Radio Master 900 Bandit Nano Power output interpolation ( #4057 )
...
* DAC and DB values based on dBm using interpolation
* Moved getDACandDB funtion
Moved getDACandDB funtion up so it won't conflict with RF95_MAX_POWER
* Added DAC output to LOG_INFO
Added DAC output to LOG_INFO
* Make Trunk Happy
2024-06-09 16:03:39 -05:00
GUVWAF
237944aaf0
Avoid assert on receiving undecryptable packet ( #4059 )
...
* Send NAK on primary if original packet couldn't be decoded
* Add checks for `isDecoded` when accessing `decoded`
* Channel index should be of original packet, not of newly allocated NAK
2024-06-09 16:02:52 -05:00
Manuel
b5155cc6ad
Merge branch 'master' into tft-gui-work
2024-06-07 21:08:04 +02:00
todd-herbert
da5bca31ed
Triple-press not disabling GPS ( #4041 )
...
* Replace (bool) isAwake with an enum, to track standby states
* Tidy-up, extra logging
* Rename enum values
* Reorder GPSPowerState enum
Possibly more intuitive when reading logs
* Avoid lego comments
de22c57298 (r1627334779)
2024-06-07 09:41:46 -05:00
Thomas Göttgens
8a4e91e848
Merge pull request #4048 from Jorropo/improve-eu-868-docs
...
fix dead link in EU_868 documentation
2024-06-07 16:35:11 +02:00
Manuel
6c00fe545f
Merge branch 'master' into tft-gui-work
2024-06-07 14:56:33 +02:00
todd-herbert
338244de32
Wake screen on first press ( #4052 )
2024-06-07 07:28:29 -05:00
mverch67
57d47a0254
tweak t-deck defaults
2024-06-07 13:29:45 +02:00
Manuel
d49fd46f64
Merge branch 'master' into tft-gui-work
2024-06-06 21:17:07 +02:00
Talie5in
d09da96780
Fix indentation oopsie
2024-06-06 23:57:44 +09:30
Talie5in
a5c96a29d5
Fix missing IFNDEF and IFDEF in main-esp32.cpp when EXCLUDE_WIFI is defined.
...
Moved IFDEF HAS_NETWORK to beginning of MQTT:runOnce (to catch when EXCLUDE_WIFI is defined)
2024-06-06 22:52:11 +09:30
Talie5in
1f9f885aca
If EXCUDE_MQTT Defined, skip reconnecting MQTT in WiFiAPClient and dont check status of is_mqtt_connected
2024-06-06 22:31:10 +09:30
Talie5in
646b252786
Include PositionModule if EXCLUDE_GPS defined (requied by AdminModule)
2024-06-06 22:19:40 +09:30
Andrew Yong
08e1c2f681
Rename REGULATORY_GAIN to REGULATORY_GAIN_LORA to allow for other RF gain controls
...
For example, Wi-Fi or BLE gain control (#3962 )
Signed-off-by: Andrew Yong <me@ndoo.sg>
2024-06-06 14:42:30 +08:00
Andrew Yong
3cda598673
Add REGULATORY_GAIN configuration to remain within regulatory ERP limit
...
REGULATORY_GAIN is the total system gain in dBm to subtract from the configured Tx power, to remain within regulatory ERP limit for non-licensed operators.
This value should be set in variant.h and is PA gain + antenna gain (if system ships with an antenna).
This is similar to antenna_gain/NL80211_ATTR_WIPHY_ANTENNA_GAIN/NL80211_ATTR_REG_RULE_POWER_MAX_ANT_GAIN setting in Linux Regulatory/OpenWrt/mac80211/nl80211/iw.
Signed-off-by: Andrew Yong <me@ndoo.sg>
2024-06-06 14:42:30 +08:00
Andrew Yong
5554cc46a7
Add REGULATORY_ prefix to LORA_REGIONCODE
...
Add REGULATORY_ prefix to LORA_REGIONCODE to prepare for more regulatory configuration options, and update comment block accordingly too.
Signed-off-by: Andrew Yong <me@ndoo.sg>
2024-06-06 14:42:30 +08:00
Jorropo
d82d9f5ef1
fix dead link in EU_868 documentation
...
See https://discord.com/channels/867578229534359593/871553168369148024/1248026118276255745 .
2024-06-05 23:32:59 +02:00
Manuel
0e6f6e1013
Merge branch 'master' into tft-gui-work
2024-06-05 17:09:46 +02:00
jcyrio
d0ca616c19
typo: 'our our' to 'of our' ( #4037 )
2024-06-04 16:02:43 -05:00
Manuel
ca6b38b9fe
Merge branch 'master' into tft-gui-work
2024-06-04 18:24:40 +02:00
Thomas Göttgens
c37316e723
use correct hardware tag for tracker and sdk ( #4036 )
2024-06-04 08:44:48 -05:00
Manuel
2b350ba6aa
Merge branch 'master' into tft-gui-work
2024-06-04 15:35:19 +02:00
github-actions[bot]
67b67a481f
[create-pull-request] automated change ( #4035 )
2024-06-04 08:34:38 -05:00
Thomas Göttgens
181f03cb95
tryfix random values ( #4034 )
2024-06-04 08:14:27 -05:00
Ben Meadors
9632e4c405
Add missing excludes to environmental sensors ( #4033 )
...
* DF Robot Lark weather station support
* Missed it
* I am a man of const char sorrow...
* Strang
* Use our fork
* Add excludes
2024-06-04 07:04:25 -05:00
Manuel
0046f91712
Merge branch 'master' into tft-gui-work
2024-06-04 08:52:07 +02:00
Ben Meadors
a218c6fb4d
DFRobot Lark weather station support ( #4032 )
...
* DF Robot Lark weather station support
* Missed it
* I am a man of const char sorrow...
* Strang
* Use our fork
2024-06-03 21:50:28 -05:00
Manuel
30ce5a4665
Merge branch 'master' into tft-gui-work
2024-06-03 23:46:42 +02:00
Thomas Göttgens
b43c7c0f23
LR1110 support ( #3013 )
...
* DOES NOT WORK
* trunk
* DOES NOT WORK
* trunk
* DOES NOT WORK
* trunk
* WIP: LR11x0 non functional interface code. Please don't expect a working firmware out of this! I don't know what i am doing! :-)
* trunk fmt
* use canon toolchain
* update and fix radiolib dependency
* Switch Radiolib back to GIT checkout
* enable tcxo and fix startReceive
* progress
* Correct midjudgement on scope of build defines.
* - enable peripheral power rail during startup init
- fix portduino builds
* add tracker pinout variant
* update to radiolib 6.6.0 API (aka: godmode is not for mere mortals)
* tracker is not so 'extra' any more
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-06-03 16:04:40 -05:00
github-actions[bot]
7cbfe7aa54
[create-pull-request] automated change ( #4029 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2024-06-03 15:59:39 -05:00
Manuel
4ee414b9be
Merge branch 'master' into tft-gui-work
2024-06-03 22:02:53 +02:00
Thomas Göttgens
79333c85a3
tryfix bme some more
2024-06-03 16:34:19 +02:00
Manuel
01a0c52577
Merge branch 'master' into tft-gui-work
2024-06-02 20:52:15 +02:00
Ben Meadors
06c635eca0
MLX90632 IR temperature sensor support ( #4019 )
2024-06-02 09:38:28 -05:00
Ben Meadors
97a5abbc82
TI OPT3001 light sensor support ( #4015 )
...
* TI OPT3001 light sensor support
* Added register interrogation to deconflict with SHT sensors on same address
2024-06-02 07:39:08 -05:00
Manuel
2723ae6e9b
fix crash during reset nodedb ( #4017 )
2024-06-02 07:38:20 -05:00
Manuel
ef57929481
Merge branch 'master' into tft-gui-work
2024-06-02 09:05:23 +02:00
Ben Meadors
6ce2fdc1c8
Add TSL2591 sensor support ( #4014 )
2024-06-01 20:21:39 -05:00
Manuel
c511b8b664
Merge branch 'master' into tft-gui-work
2024-06-01 12:22:33 +02:00
Thomas Göttgens
2740a56944
tryfix: init change for BME680 ( #3965 )
2024-05-31 19:46:42 -05:00
Manuel
bab1db3535
Merge branch 'master' into tft-gui-work
2024-05-31 19:08:11 +02:00
fzellini
eddda3ca43
added AHTx0 sensor ( #3977 )
...
* added AHTx0 sensor
* AHT10 definition in protobuf
* AHT10 definition in protobuf
* protobufs
* Management of AHT20+BMP280 module
* missing newline in log
* missing newline in log
* reverted
* reverted .gitignore
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-05-31 11:17:53 -05:00
Manuel
aff71f3806
Merge branch 'master' into tft-gui-work
2024-05-31 17:56:31 +02:00
Ben Meadors
17142f8778
Add support for RadioMaster Bandit Nano ( #4005 )
...
* Add support for RadioMaster Bandit Nano
* Add fan to init and sleep
2024-05-31 10:56:04 -05:00
Manuel
7904f079a1
Merge branch 'master' into tft-gui-work
2024-05-31 15:48:55 +02:00
github-actions[bot]
c88278724c
[create-pull-request] automated change ( #4003 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2024-05-31 07:15:41 -05:00
Jonathan Bennett
54bccb898e
Run tzset() and localtime() in getTZOffset() to ensure proper timezone offset ( #3999 )
...
* Run tzset() and localtime() in getTZOffset() to ensure proper timezone offset
* Try #2 to fix timezone/DST
2024-05-31 07:15:16 -05:00
Jonathan Bennett
8d90c496d0
Don't send potentially bogus timestamps with fixed location ( #4001 )
2024-05-31 07:14:33 -05:00
Manuel
a6d3e065ad
Merge branch 'master' into tft-gui-work
2024-05-31 09:07:35 +02:00
Ben Meadors
10e3040494
Add support for to_callsign on GeoChats for ATAK ( #3996 )
2024-05-30 18:49:08 -05:00
Mike
f138eaa970
Fix original esp32 boot init panic ( #3985 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-05-30 10:59:10 -05:00
github-actions[bot]
cd8a7e44a8
[create-pull-request] automated change ( #3992 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2024-05-30 09:08:32 -05:00
Ben Meadors
0b48663cbc
Don't alloc NodeInfo replies when channel utilization is > 40% ( #3991 )
...
* Don't alloc NodeInfo replies when channel utilization is > 40%
* Commit
* Logs
2024-05-30 08:49:01 -05:00
mverch67
4bac9086dd
fixes native keyboard+mouse handling
2024-05-29 20:51:01 +02:00
Manuel
85c1771e1b
Merge branch 'master' into tft-gui-work
2024-05-29 15:38:22 +02:00
Ben Meadors
af9d825266
Send own node-info earlier and move others to the end of want-config flow ( #3949 )
...
* Send own node-info earlier and move others to the end of want-config flow
* Special nonce skips other nodeinfos
* Missed it
2024-05-28 19:25:19 -05:00
Manuel
1dec9ea7e5
Merge branch 'master' into tft-gui-work
2024-05-28 20:37:27 +02:00
mverch67
b8b8e47eaa
keyboard/mouse control for native
2024-05-28 14:46:49 +02:00
Neil Hao
038413f46f
User experience improvement - app battery icon ( #3979 )
...
* 'app_battery_icon'
* Undo VS automatic modifications to this file
* 'app_battery_icon_2'
2024-05-28 06:30:15 -05:00
Manuel
77ad95e30a
Merge branch 'master' into tft-gui-work
2024-05-27 10:11:54 +02:00
andrew-moroz
77cf5c6200
Fix time updates from client device and potentially incorrect UI frame receiving 'toggle watch face' button tap ( #3974 )
2024-05-26 07:04:31 -05:00
Mike
aa33ad1d58
Fix memory leak when there's no display ( #3972 )
2024-05-26 06:42:44 -05:00
capslockapocalypse
2233507667
Added "Hops away" on display ( #3934 )
...
* Added "Hops away" on display
Added in logic that displays "hops away" instead of signal strength when the node is more than 0 hops away.
* Added comment
* Update extensions.json to same as master
* attempt 2 at reverting extensions JSON
* Attempt 3 at getting extensions right
* Take 4. should be reverting to before my edits
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-05-24 08:08:21 -05:00
Andrew Moroz
1d288414a5
t-watch-fix: Fully insulate T-Watch free text updates from other hardware platforms
2024-05-24 00:02:03 -04:00
andrew-moroz
2f9dc813d3
t-watch-updates: Add canned message free text via touch keyboard and watch face frames to T-Watch S3 ( #3941 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-05-23 07:21:27 -05:00
github-actions[bot]
1a253dccc3
[create-pull-request] automated change ( #3964 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2024-05-23 07:20:13 -05:00
Manuel
79ac5f1b6c
Merge branch 'master' into tft-gui-work
2024-05-23 08:30:54 +02:00
Ben Meadors
7d873eb06b
Add exclude emoji macro
2024-05-22 20:40:26 -05:00
868meshbot
1631462db1
Oled screen emojis ( #3940 )
...
* Update images.h
Add some fun emojis
* Update Screen.cpp
Update Screen.cpp to display single emojis on the OLED of devices, if a single known emoji is detected
* Update images.h
add ? ! fog emojis
* Update Screen.cpp
add logic for new emojis
* Update Screen.cpp
correct formatting
* Update images.h
correct formatting
* Update Screen.cpp
change formatting via trunk application
* Update images.h
change formatting based on trunk application
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-05-22 19:28:30 -05:00
Manuel
568e43b7ca
Merge branch 'master' into tft-gui-work
2024-05-22 17:58:53 +02:00
Jonathan Bennett
7bcb8f1fee
Portduino: Catch the keyboard power button and initiate poweroff ( #3953 )
2024-05-22 07:54:06 -05:00
Manuel
c2fe1ef9fa
Merge branch 'master' into tft-gui-work
2024-05-22 08:13:19 +02:00
Mike
0c9da9aec7
Update platformio/espressif32 to the latest 6.7.0 ( #3899 )
...
* Bump platfomio/espressif32 version to latest 6.7.0
* Fix deprecated constants
* Remove pin defs already defined by the framework
* ESP_EXT1_WAKEUP_ALL_LOW is deprecated for any target except esp32
* Enable LTO and use newlib nano flavor
* Make trunk happy
* Respect build_unflags of base env
* Recover float printfing
* Disable BLE_SM_PAIR_AUTHREQ_SC
* Distribute BLE_SM_PAIR_KEY_DIST_ID too
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-05-21 21:02:09 -05:00
todd-herbert
a12b9922ed
Screen changes from time deltas to timestamps after 15 minutes ( #3935 )
...
* E-Ink displays sometimes use timestamp instead of delta
* Allow users to disable E-Ink screensaver
* Clarify variable's purpose
* Operator order oopsie
* Picky print problem
* Implement for all display, not just E-Ink
* Align "unknown age" behavior with existing code
* One more use of timestamp, if screen is wide enough
2024-05-21 16:00:04 -05:00
todd-herbert
cdf86f4166
Change NRF_APM USB detection code ( #3939 )
2024-05-21 15:58:05 -05:00
Jonathan Bennett
ed8abea11b
Add final debug call for Portduino reboot ( #3945 )
2024-05-21 00:09:33 -05:00
Jonathan Bennett
d5720d4824
Merge branch 'master' into tft-gui-work
2024-05-19 22:43:08 -05:00
Ben Meadors
4a05874dba
Try-fix: Remove logging of actual payload strings (and compressed) for TAK packets ( #3922 )
...
* Remove logging of actual payload strings (and compressed) for TAK packets
* Don't assert / reboot. Log error and skip decode
2024-05-19 07:24:10 -05:00
Manuel
857bf3b1bf
Merge branch 'master' into tft-gui-work
2024-05-18 20:18:33 +02:00
Jonathan Bennett
84d3117a7a
Lock Portduino to MAGIC_USB_BATTERY_LEVEL for now ( #3894 )
2024-05-18 12:21:35 -05:00
Thomas Göttgens
7ef9fec446
PLEASE TEST move the power rail init earlier in the startup process on 4630
2024-05-18 10:48:57 +02:00
Manuel
dc04550557
Merge branch 'master' into tft-gui-work
2024-05-18 10:02:30 +02:00
Ben Meadors
b4a7e78d18
Don't reboot for certain config prefs and make accelerometer thread re-entrant ( #3889 )
...
* Don't reboot for certain config prefs and make accelerometer thread re-entrant
* WHOOPS
* Don't reboot for LED heartbeat and button press
* Remove TZ
2024-05-16 17:27:36 -05:00
todd-herbert
f3cf9a5e71
Adjust refresh for Heltec Wireless Paper V1.1 ( #3913 )
2024-05-16 15:37:09 -05:00
Thomas Göttgens
14839bd9ba
Merge branch 'master' into libpax-rssi
2024-05-16 19:44:24 +02:00
caveman99
0976705f25
[create-pull-request] automated change
2024-05-16 17:43:23 +00:00