github-actions[bot]
caceaf424a
Automated version bumps ( #9030 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-01-02 06:56:02 -06:00
Ben Meadors
75144d2028
Update security policy to reflect new stage
2026-01-02 06:42:28 -06:00
Ben Meadors
27b522b55a
Merge branch 'master' into develop
2026-01-01 18:25:18 -06:00
renovate[bot]
11b5f1a4fe
chore(deps): update dorny/test-reporter action to v2.4.0 ( #9135 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-01 18:04:13 -06:00
renovate[bot]
f9c9350f45
chore(deps): update meshtastic/device-ui digest to a8e2f94 ( #9140 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-01 18:03:27 -06:00
Tom Fifield
a2ce4c7f18
KZ_863 is not wide lora ( #9075 )
...
KZ_863 was set to wide_lora = true. This was a mistake, induced because the
regulations would allow SHORT_TURBO. However, that interpretation of the code
was incorrect and wide_lora has a different meaning.
Fixes https://github.com/meshtastic/firmware/issues/9054
2026-01-02 09:03:05 +11:00
Tom Fifield
45335532ca
Syntax fix for first timer welcome bot. ( #9144 )
...
URL formatting was inverted.
2026-01-02 08:57:13 +11:00
Jonathan Bennett
a5b2d4a9d5
Add null check for p_encrypted before MQTT publish ( #9136 )
...
* Add null check for p_encrypted before MQTT publish
A user on BayMesh observed a strange crash in MQTT::onSend that seemed to be a null pointer dereference of this value.
* Trunk
2026-01-01 13:53:36 -06:00
Ben Meadors
7fb95841e4
Apparently I marked board level extra on the wrong tbeam target
2026-01-01 08:25:33 -06:00
Ford Jones
4f1a56d480
Rak3112 support ( #8591 )
...
* Add rak3112 to board variants
* Add rak3112 to architecture definitions
* Disable SDcard support
* Update comments
* Remove duplicate definitions and use expected SPI naming for SDcard module
* SDcard module serial interface chip set definition
* Refactor modular variant into existing environment
* Make requested changes
* Extend 3312 variants
* Remove duplicate architecture definition
* Fix definition naming
2025-12-31 19:23:24 -06:00
renovate[bot]
eaab8f04b5
chore(deps): update meshtastic/device-ui digest to 940ba85 ( #9129 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-01 10:58:56 +11:00
Jason P
25acce2a8d
Add Temporary Mute to Home frame and unbury Notification Options ( #9097 )
...
* Add Temporary Mute to Home frame and unbury Notifications
* Only show Temporary Mute if it applies
* Remove banner notification, we display the icon immediately
* Remove extranous isMuted, there are better ways!
2025-12-31 09:19:05 -06:00
Jonathan Bennett
da9d71190f
Add STORE_FORWARD_PLUSPLUS_APP to core portnum checks ( #9127 )
2025-12-30 19:04:19 -06:00
Tom Fifield
1443a32f1b
Add a welcome message for new contributors ( #9119 )
...
To assist with onboarding the denizens of the greater internet with
our norms and ways of working, this action will post a message on
PRs and issues from first-timers.
2025-12-30 19:04:05 -06:00
Eric Severance
9058ccecf9
Calculate hops correctly even when hop_start==0 ( #9120 )
...
* Calculate hops correctly even when hop_start==0.
* Use the same type (int8_t) in the loop, avoiding signed/unsigned mismatches.
* Clarify defaultIfUnknown is returned for encrypted packets.
2025-12-30 19:03:51 -06:00
Ben Meadors
1b83501ee2
Revert "Upgrade all esp32 targets to NimBLE 2.X ( #9003 )" ( #9125 )
...
This reverts commit 40f1f91c0d .
2025-12-30 17:23:50 -06:00
Eric Severance
1b2dc10e77
Calculate hops correctly even when hop_start==0 ( #9120 )
...
* Calculate hops correctly even when hop_start==0.
* Use the same type (int8_t) in the loop, avoiding signed/unsigned mismatches.
* Clarify defaultIfUnknown is returned for encrypted packets.
2025-12-30 15:31:35 -06:00
github-actions[bot]
ac571d5dd2
Upgrade trunk ( #9121 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-30 07:10:36 -06:00
renovate[bot]
ef30fd850d
Update meshtastic/device-ui digest to 7656d49 ( #9111 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-29 19:09:44 +01:00
Austin
3a723ceae8
Noop "download" portion of #shame ( #9114 )
2025-12-29 12:13:36 -05:00
github-actions[bot]
dc36f5df7a
Update protobufs ( #9109 )
...
Co-authored-by: jp-bennett <5630967+jp-bennett@users.noreply.github.com >
2025-12-29 07:52:36 -06:00
renovate[bot]
b9a0015149
chore(deps): update meshtastic/device-ui digest to d234bd9 ( #9108 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-29 06:50:12 -06:00
github-actions[bot]
9673cfb0b2
Upgrade trunk ( #9106 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-29 06:03:03 -06:00
renovate[bot]
757f7b68d6
Update meshtastic/device-ui digest to caff403 ( #9104 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-29 13:35:31 +11:00
Jonathan Bennett
63aadba526
Use IF_SCREEN macro to guard against null screen object
2025-12-28 11:33:14 -06:00
Jason P
759a972f77
GPS Menu Validation Fix - Missed in Reviews ( #9093 )
...
* Reviews sometimes miss things, whoops
* Validation is hard - but this fixes it
2025-12-27 12:42:22 -06:00
Jason P
d1db4433f4
Add menus for Smart Position, Broadcast Interval and Position Interval ( #9080 )
...
* Add menus for Smart Position, Broadcast Interval and Position Interval
* Realigned time intervals to match Android app options
* Fixed missing last option
2025-12-27 11:18:16 -06:00
Jason P
2c68710e8c
Improve sanitizeString function for Node Names ( #9086 )
2025-12-27 11:17:55 -06:00
Jason P
5510dae8d3
Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards ( #9071 )
...
- Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards
- Add HAS_PHYSICAL_KEYBOARD to variant.h for:
- TDeck
- TLora Pager
- TDeck Pro
2025-12-27 06:53:55 -06:00
Tom
52fd362720
Fix gps pin defs for various NRF variants. ( #9034 )
...
* fix on nrf52_promicro
* try fix for GPS issue
* fix GPS pin assignment in variant.h
* cleared up some comments and confirmed pinouts from schematics
---------
Co-authored-by: macvenez <macvenez@gmail.com >
2025-12-27 06:50:07 -06:00
Tom Fifield
9f8f4471aa
PIN_PWR_DELAY_MS --> PERIPHERAL_WARMUP_MS ( #8467 )
...
It turns out we had two methods for delaying startup while peripherals
warmed up. They were invented within months of each other and just missed
the chance to merge.
Let's delete PIN_PWR_DELAY_MS and use PERIPHERAL_WARMUP_MS, since it's
most common and earlier in the sequence.
2025-12-27 22:36:34 +11:00
github-actions[bot]
cf03caff10
Upgrade trunk ( #9076 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-26 22:22:32 -06:00
Jonathan Bennett
ac937766cd
In autoconf, don't probe Wire unless i2c device is set ( #9081 )
...
Found another bit of code that crashes my desktop, by probing the wrong i2c bus.
2025-12-26 22:22:32 -06:00
github-actions[bot]
9e215213a7
Upgrade trunk ( #9072 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-26 22:22:32 -06:00
Jonathan Bennett
4fbe5356ca
M6 shutdown and LEDs work ( #9065 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-12-26 22:22:32 -06:00
github-actions[bot]
e899e84ef9
Upgrade trunk ( #9067 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-26 22:22:32 -06:00
github-actions[bot]
69c3c0151f
Upgrade trunk ( #9047 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-26 22:22:32 -06:00
renovate[bot]
2b977b4830
Update meshtastic-esp8266-oled-ssd1306 digest to b34c681 ( #9062 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-26 22:22:32 -06:00
Jonathan Bennett
b88a8bf968
In statusLEDModule, also detect isCharging ( #9050 )
2025-12-26 22:22:32 -06:00
Ben Meadors
514f8590fe
Revert "Automated version bumps ( #9025 )"
...
This reverts commit 1021d967da .
2025-12-26 22:22:32 -06:00
Ben Meadors
cbd40faa89
Fix -ota.zip in manifest and build output
2025-12-26 22:22:32 -06:00
Jorropo
7dd9c8b223
pass GH_TOKEN to shame's gh run download step ( #9087 )
2025-12-26 22:04:18 -05:00
Austin
3473c32e81
Fix PR#8061 SensorLib nRF ThinkNode M-series ( #9084 )
2025-12-26 18:55:47 -06:00
github-actions[bot]
33e1f58f6e
Upgrade trunk ( #9076 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-26 17:45:57 -06:00
Austin
db2224ed0e
pioarduino .gitignore ( #9085 )
...
I'm already going insane!
2025-12-26 17:45:43 -06:00
Austin
29c5713a7e
Correctly set type for event_mode max() position threshold ( #9083 )
...
Fixes EVENT_MODE firmware builds
2025-12-27 10:04:43 +11:00
Jorropo
82cf2bf16a
action: skip trying to comment binary size change results if it is not a PR ( #9033 )
...
* action: skip trying to comment binary size change results if it is not a PR
* action: fix halucinations in the clanker's code
* action: cleanup one line
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
Co-authored-by: Austin <vidplace7@gmail.com >
2025-12-26 17:26:48 -05:00
Jonathan Bennett
9dc7ef612e
In autoconf, don't probe Wire unless i2c device is set ( #9081 )
...
Found another bit of code that crashes my desktop, by probing the wrong i2c bus.
2025-12-26 14:33:17 -06:00
Jason P
ef530db44c
Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards ( #9071 )
...
- Implement HAS_PHYSICAL_KEYBOARD for devices with physical keyboards
- Add HAS_PHYSICAL_KEYBOARD to variant.h for:
- TDeck
- TLora Pager
- TDeck Pro
2025-12-26 07:34:25 -06:00
github-actions[bot]
b2c82bdc41
Upgrade trunk ( #9072 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2025-12-25 06:34:38 -06:00