Ben Meadors and GitHub
1a6cbb5caa
Migrate all of the Meshtastic API attributes into the ini as a source of truth ( #9214 )
...
* Migrate all of the Meshtastic API attributes into the ini as a source of truth
* Cleanup garbage coalescing
* Another spot
* We already account for inkhud and mui
* Consolidate
* Removed them
* Boogers
* Infer
* Copying manifest should always succeed
* Remove portduino guards
* Rename
* None
2026-01-07 15:25:38 -06:00
Ben Meadors and GitHub
e648e26c17
Merge pull request #9191 from meshtastic/bme-native
...
BME680 on Native
2026-01-05 20:55:44 -06:00
Ben Meadors and GitHub
105d657359
Merge pull request #9189 from vidplace7/actions-feature-branches
2026-01-05 16:52:57 -06:00
Ben Meadors
9313d465f6
I think this is supposed to be extra
2026-01-02 15:58:54 -06:00
Ben Meadors and GitHub
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
Ben Meadors
7fb95841e4
Apparently I marked board level extra on the wrong tbeam target
2026-01-01 08:25:33 -06:00
Ben Meadors and GitHub
1b83501ee2
Revert "Upgrade all esp32 targets to NimBLE 2.X ( #9003 )" ( #9125 )
...
This reverts commit 40f1f91c0d .
2025-12-30 17:23:50 -06:00
Ben Meadors and Jonathan Bennett
514f8590fe
Revert "Automated version bumps ( #9025 )"
...
This reverts commit 1021d967da .
2025-12-26 22:22:32 -06:00
Ben Meadors and Jonathan Bennett
cbd40faa89
Fix -ota.zip in manifest and build output
2025-12-26 22:22:32 -06:00
Ben Meadors
83c6161ac6
Revert "Automated version bumps ( #9025 )"
...
This reverts commit 1021d967da .
2025-12-20 14:10:02 -06:00
Ben Meadors
d93d68d31e
Fix -ota.zip in manifest and build output
2025-12-20 14:09:05 -06:00
Ben Meadors
4fe1c87e54
Merge branch 'master' into develop
2025-12-20 09:52:08 -06:00
Ben Meadors
6a93cb7b69
Emoji naming convention consistency
2025-12-20 08:07:36 -06:00
Ben Meadors
217abc4c10
fmt
2025-12-20 07:05:47 -06:00
Ben Meadors and GitHub
661f49ad7a
For our first position send on boot, validate that we have received a fresh position ( #9023 )
2025-12-20 07:01:00 -06:00
Ben Meadors and GitHub
31e55d0b66
Be more judicious about responding to want_response in existing meshes ( #9014 )
...
* Be more judicious about sending want_response in existing meshes and responding to nodes we already heard from
* Turns out we don't actually use this
2025-12-19 13:56:10 -06:00
Ben Meadors and GitHub
40f1f91c0d
Upgrade all esp32 targets to NimBLE 2.X ( #9003 )
...
* Upgrade all esp32 targets to NimBLE 2.X
* Remove guard
2025-12-17 10:40:33 -06:00
Ben Meadors
203826374c
Merge branch 'master' into develop
2025-12-16 11:45:08 -06:00
Ben Meadors and GitHub
8e0547e76d
Implement Long Turbo preset ( #8985 )
...
* Implement Long_Turbo preset
* Oops
* Start to DRY up menu handler by actually using OO concepts instead of jank separate arrays
* Move the implementation back into the method
* Dummy comment
* Listen to copilot feedback and prevent dangling pointer
* Static and optional
2025-12-16 11:42:13 -06:00
Ben Meadors and GitHub
d0d375f1ff
Merge pull request #8973 from meshtastic/master
...
Backmerge
2025-12-14 14:51:16 -06:00
Ben Meadors
5d5819b876
Skipp assertion on this test for now
2025-12-12 16:26:01 -06:00
cce8cbfe34
Mark implicit ACK for MQTT as MQTT transport ( #8939 ) ( #8947 )
...
* Mark implicit ACK for MQTT as MQTT transport
* TRUNK
* Fix build
* Make sure implicit ACKs from MQTT do not stop retransmissions in ReliableRouter
---------
Co-authored-by: GUVWAF <78759985+GUVWAF@users.noreply.github.com >
2025-12-12 05:21:08 -06:00
Ben Meadors and GitHub
9d487ddc0d
Merge pull request #8945 from meshtastic/develop
...
Develop to master
2025-12-11 19:02:56 -06:00
Ben Meadors
3b2a1547de
More board_level extras
2025-12-11 06:23:08 -06:00
Ben Meadors and GitHub
467c042bf7
Merge pull request #8929 from meshtastic/master
...
Master to dev
2025-12-10 20:48:03 -06:00
Ben Meadors and GitHub
cc4c41167c
Merge pull request #8928 from meshtastic/develop
2025-12-10 19:08:53 -06:00
Ben Meadors and GitHub
decd58cd5c
Merge pull request #8913 from meshtastic/revert-8858-nrf52-power-saving-1
...
Revert "Cut NRF52 bluetooth power usage by 300% - testers needed!"
2025-12-09 08:02:29 -06:00
Ben Meadors and GitHub
e691bd9732
Revert "Cut NRF52 bluetooth power usage by 300% - testers needed! ( #8858 )"
...
This reverts commit ae8d3fbb3d .
2025-12-09 08:02:04 -06:00
Ben Meadors and GitHub
6bad81f8dd
Merge pull request #8911 from vidplace7/fix-chmod
...
Fix apply device-install permissions
2025-12-09 06:50:19 -06:00
Ben Meadors and GitHub
0726bb4b56
Merge pull request #8910 from meshtastic/develop
...
Develop to master
2025-12-09 06:04:59 -06:00
Ben Meadors
8e63dcf59a
Merge branch 'master' into develop
2025-12-09 05:59:15 -06:00
Ben Meadors
8be7915fc7
Fix wm111111110
2025-12-08 19:19:10 -06:00
c052963395
Guard 2M PHY mode for NimBLE ( #8890 )
...
* Guard 2M PHY mode for NimBLE
* Update src/nimble/NimbleBluetooth.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Another #endif snuck in there
* Move endif
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-08 18:48:28 -06:00
859ae4d3d2
Plain RAK4631 should not compile EInk and TFT display code ( #8811 )
...
* Plain RAK4631 should not compile EInk and TFT display code
* Add USE_TFTDISPLAY to variant files.
* Derp
* Undo the platformio.ini changes to heltec_v4
* Drop unneeded src_filter lines
---------
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
Co-authored-by: Jason P <applewiz@mac.com >
2025-12-01 19:19:50 -06:00
Ben Meadors
03600b1252
Merge branch 'master' into develop
2025-12-01 15:40:16 -06:00
Ben Meadors and GitHub
a3d3e1c912
Flags and scripts for size reduction on NRF52 -> Currently targeting … ( #8825 )
...
* Flags and scripts for size reduction on NRF52 -> Currently targeting rak4631
* Changes from the other branch poluted it
* Remove the stripper
* No strip
2025-12-01 15:34:05 -06:00
Ben Meadors
1c43d71067
Merge branch 'master' into develop
2025-11-27 06:39:26 -06:00
Ben Meadors
f10aa3daa2
Fixes
2025-11-26 11:30:34 -06:00
Ben Meadors
d60b263a00
Merge branch 'master' into develop
2025-11-26 06:24:41 -06:00
Ben Meadors and GitHub
66193e1776
Prevent double-registering of Rotary Encoder on TLora Pager ( #8746 )
...
* Reduce noise
* Prevent double registering of rotary encoder broker
2025-11-25 14:34:55 -06:00
Ben Meadors
bacff5c1f0
Reduce noise
2025-11-25 14:34:23 -06:00
Ben Meadors and GitHub
2baa9ccbe0
Merge pull request #8741 from meshtastic/master
...
Master to develop
2025-11-25 04:52:54 -06:00
Ben Meadors and GitHub
d3976e7461
Merge pull request #8713 from meshtastic/develop
...
Develop to master
2025-11-22 08:23:46 -06:00
Ben Meadors and GitHub
186cbe61bb
Merge pull request #8705 from meshtastic/thinknode-m6
...
Add Thinknode M6
2025-11-21 05:48:16 -06:00
Ben Meadors and GitHub
626dce8323
Merge pull request #8701 from jasonbcox/fix-exclude-pki-menuhandler
...
Fix MenuHandler when MESHTASTIC_EXCLUDE_PKI is defined
2025-11-20 17:07:21 -06:00
Ben Meadors and GitHub
5640179ce2
Merge pull request #8698 from jasonbcox/fix-exclude-pki
...
Fix build when MESHTASTIC_EXCLUDE_PKI is defined
2025-11-20 15:15:01 -06:00
Ben Meadors and GitHub
2b8806486d
Merge pull request #8670 from SebKuzminsky/nrf52-watchdog-take-2
...
nrf52 watchdog (attempt #2 )
2025-11-20 10:14:30 -06:00
Ben Meadors and GitHub
9ae545918c
Merge pull request #8694 from meshtastic/develop
...
Missed one
2025-11-20 09:57:44 -06:00
Ben Meadors and GitHub
5374291c3c
Merge pull request #8663 from meshtastic/master
...
Master --> develop
2025-11-20 09:57:01 -06:00
Ben Meadors and GitHub
38b0c1588a
Merge pull request #8689 from meshtastic/develop-to-master
...
Develop to master
2025-11-20 08:50:03 -06:00
Ben Meadors
a2a0150ee8
Trunk fmt
2025-11-20 06:14:29 -06:00
Ben Meadors and GitHub
9ae92724a9
Merge branch 'master' into develop-to-master
2025-11-20 05:58:57 -06:00
Ben Meadors and GitHub
441a7c5b20
Merge branch 'master' into develop-to-master
2025-11-19 16:07:58 -06:00
Ben Meadors
ef4cb2abfb
If we're not client proxying and we are not connected, don't publish
2025-11-17 20:05:42 -06:00
Ben Meadors and GitHub
a8d1a90e16
Fix ble rssi crash ( #8661 )
...
* Fix BLE crash occuring when trying to get RSSI from Android with a bad connection handle
* Cleanup
2025-11-17 19:58:12 -06:00
Ben Meadors and GitHub
e9590003f4
Only call stopNow if we're nagging ( #8601 )
2025-11-10 11:58:39 -06:00
Ben Meadors and GitHub
e76013fb60
Try-fix traceroute panic ( #8568 )
2025-11-07 05:16:00 -06:00
Ben Meadors
0725b46744
Merge branch 'master' into develop
2025-11-06 07:14:51 -06:00
Ben Meadors and GitHub
8d1b9c9dce
Merge pull request #8531 from meshtastic/master
...
Master
2025-11-03 15:56:42 -06:00
Ben Meadors and GitHub
538c05ad6c
Revert "ADD - heltec v4 support to device install bat ( #8528 )" ( #8532 )
...
This reverts commit 468247fb94 .
2025-11-03 15:56:23 -06:00
Ben Meadors
597fa0b382
Add heltec v4 to bat as well
2025-11-02 06:11:47 -06:00
Ben Meadors and GitHub
a7796fc7b4
Fix dismiss of ext. notification ( #8512 )
...
* Dismiss all ext notifications with any input broker event
* Account for nagging
2025-11-01 21:11:36 -05:00
Ben Meadors and GitHub
75f7ded12c
Merge pull request #8513 from meshtastic/master
...
Master backmerge
2025-11-01 17:17:14 -05:00
Ben Meadors and GitHub
13c4c2037d
Merge pull request #8444 from meshtastic/master
...
Master --> develop
2025-10-24 21:06:29 -05:00
Ben Meadors and GitHub
585d9d36a8
Merge pull request #8432 from korbinianbauer/develop
...
Don't use unsigned integer type for negative SNR value
2025-10-23 11:54:44 -05:00
Ben Meadors and GitHub
49b9d5151d
Merge branch 'master' into develop
2025-10-23 11:35:33 -05:00
Ben Meadors and GitHub
f4ff210311
Merge pull request #8412 from meshtastic/develop
...
Develop to Master
2025-10-20 05:56:58 -05:00
Ben Meadors and GitHub
26747038bb
Merge pull request #8397 from meshtastic/InkHUD-Fixes
...
InkHUD Map improvements
2025-10-20 05:56:03 -05:00
Ben Meadors and GitHub
8e082686a3
Merge pull request #8400 from Stary2001/stm32-dynamic-queues
...
Make packet pool dynamic again on STM32 as a workaround
2025-10-20 05:55:46 -05:00
Ben Meadors and GitHub
871986d183
Merge pull request #8404 from compumike/compumike/fix-nimble-bluetooth-process-fromPhone-before-toPhone
...
Fix NimbleBluetooth: process fromPhoneQueue (phone->radio) before toPhoneQueue (radio->phone)
2025-10-20 05:55:24 -05:00
Ben Meadors and GitHub
821d8aa15d
Merge branch 'develop' into compumike/fix-nimble-bluetooth-process-fromPhone-before-toPhone
2025-10-20 05:54:30 -05:00
Ben Meadors and GitHub
6f2241751e
Merge pull request #8401 from meshtastic/master
...
Backmerge Master
2025-10-19 07:31:03 -05:00
Ben Meadors and GitHub
1d4134c08c
Merge branch 'develop' into stm32-dynamic-queues
2025-10-19 07:30:01 -05:00
Ben Meadors
27dc3be14a
Merge branch 'develop'
2025-10-19 05:49:50 -05:00
Ben Meadors
a34c584028
Merge branch 'master' into develop
2025-10-16 06:08:54 -05:00
Ben Meadors and GitHub
865b46ceef
Ignore MQTT Client Proxy messages while not in sendpackets state ( #8358 )
2025-10-16 06:07:38 -05:00
Ben Meadors and GitHub
034d2dd025
Merge pull request #8333 from NomDeTom/patch-3
...
Update stale_bot.yml
2025-10-14 06:40:54 -05:00
Ben Meadors and GitHub
dbb439f121
Merge pull request #8337 from meshtastic/develop
...
Develop to master merge
2025-10-13 20:51:52 -05:00
Ben Meadors
c4d7ad2190
Kill github actions script
2025-10-13 19:56:39 -05:00
Ben Meadors and GitHub
5814f3e7d2
Revert "Fix Station G2 Lora Power Settings ( #8273 )" ( #8332 )
...
This reverts commit 05edcc5d6c .
2025-10-13 17:17:32 -05:00
Ben Meadors
26f25069dd
Merge branch 'master' into develop
2025-10-12 07:46:09 -05:00
Ben Meadors and GitHub
5d71776527
Merge pull request #8317 from meshtastic/master
...
Master backmerge
2025-10-12 07:41:04 -05:00
Ben Meadors and GitHub
661e596dbb
Fix muted channel compile errors after protobuf move ( #8316 )
2025-10-12 07:39:23 -05:00
Ben Meadors and GitHub
a6732682de
Opt in to telemetry going forward ( #8059 )
2025-10-12 06:30:17 -05:00
Ben Meadors and Jonathan Bennett
9056915e7b
Double the number of bluetooth bonds NimBLE will store (from 3 to 6) ( #8296 )
2025-10-11 11:31:42 -05:00
Ben Meadors and Jonathan Bennett
73cadce581
Fix BLE stateful issues ( #8287 )
2025-10-11 11:31:42 -05:00
Ben Meadors and Jonathan Bennett
f99747180e
NimBLE speedup ( #8281 )
...
* Remove status polling code in NimBLE
* Goober
---------
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
2025-10-11 11:31:42 -05:00
Ben Meadors and GitHub
694b669eb7
Double the number of bluetooth bonds NimBLE will store (from 3 to 6) ( #8296 )
2025-10-11 10:30:33 -05:00
Ben Meadors and GitHub
7899340131
Merge pull request #8304 from meshtastic/create-pull-request/bump-version
...
Bump release version
2025-10-11 10:29:46 -05:00
Ben Meadors and GitHub
45f15b8fe6
Fix BLE stateful issues ( #8287 )
2025-10-09 12:44:00 -05:00
828e11cc48
NimBLE speedup ( #8281 )
...
* Remove status polling code in NimBLE
* Goober
---------
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
2025-10-08 14:16:57 -05:00
Ben Meadors
fe2e2753aa
Merge branch 'master' into develop
2025-10-07 17:49:34 -05:00
Ben Meadors
fcb1d64eb9
Bloop
2025-10-07 17:47:08 -05:00
Ben Meadors
0c2673ee2f
Mercy
2025-10-07 14:32:36 -05:00
Ben Meadors
9c5513dcfe
Merge remote-tracking branch 'origin/master' into develop
2025-10-07 13:50:59 -05:00
Ben Meadors
e8e8ee0993
Revert "Force coverage tests to run in simulation mode"
...
This reverts commit e4ec719e6f .
2025-10-07 12:04:50 -05:00
Ben Meadors and GitHub
a7f15097da
Merge pull request #8249 from vidplace7/fix-pio-test
...
Force coverage tests to run in simulation mode
2025-10-07 12:00:51 -05:00
Ben Meadors and GitHub
9b7b8ffb21
Merge pull request #8247 from meshtastic/develop
...
Develop to master
2025-10-07 06:26:28 -05:00
Ben Meadors
bd9076b740
Remove risky change
2025-10-07 06:14:35 -05:00