Jonathan Bennett
f46a9dfe7b
misc
2026-01-08 01:07:18 -06:00
Jonathan Bennett
9824357c50
Stratum0 fix
2026-01-08 00:46:00 -06:00
Jonathan Bennett
942f2cb3d1
Tryfix next
2026-01-08 00:32:09 -06:00
Jonathan Bennett
76beeda392
Re-add exception for empty chain
2026-01-08 00:12:49 -06:00
Jonathan Bennett
821735495a
Unbork the things
2026-01-08 00:08:49 -06:00
Jonathan Bennett
9ab2ee3483
Check for valid hash during commit
2026-01-07 23:42:38 -06:00
Jonathan Bennett
4e92f7fa09
Merge branch 'develop' into sfpp
2026-01-07 23:00:16 -06:00
Jonathan Bennett
ae2a06eccd
SFPP Logging misc
2026-01-07 17:27:14 -06:00
Jonathan Bennett
4d303c95d1
Add list of text message packet IDs, and check for dupes ( #9180 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-07 16:17:38 -06:00
Ben Meadors
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
Jonathan Bennett
3ae331eb89
Add canon_scratch to SF++
2026-01-07 12:44:22 -06:00
Jason P
70f909d718
Fix Function + M in code ( #9200 )
2026-01-06 16:02:41 -06:00
Jason P
9c1d55c844
Add option to Mute/Unmute Channel to BaseUI ( #9194 )
2026-01-06 15:26:45 -06:00
Bob Reese
ba9d0e6fa3
RadioInterface::getRetransmissionMsec now handles encrypted packets correctly ( #9184 )
2026-01-06 12:34:48 -06:00
santosvivos
9f5170a0bc
Add LilyGO T-Beam 1W support ( #8967 )
...
* Add LilyGO T-Beam 1W support
- Add board definition and variant files for ESP32-S3 based T-Beam 1W
- Add RF95_FAN_EN support to SX126xInterface for PA cooling fan
- Add SX126X_PA_RAMP_US for configurable PA ramp time (800us for 1W PA)
- Configure RF switch: DIO2 for PA, GPIO 21 for LNA control
* Set TX_GAIN_LORA to 10dB per PR feedback (offset for 1W PA)
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-06 06:23:28 -06:00
Ben Meadors
e648e26c17
Merge pull request #9191 from meshtastic/bme-native
...
BME680 on Native
2026-01-05 20:55:44 -06:00
Jonathan Bennett
1669a027e6
BME680 on Native
...
Co-authored-by: juanjin-dev <juanjin.dev@gmail.com >
2026-01-05 19:33:41 -06:00
Ben Meadors
105d657359
Merge pull request #9189 from vidplace7/actions-feature-branches
2026-01-05 16:52:57 -06:00
Austin Lane
37ab800500
Actions: CI for feature/ branches
...
...and pioarduino
2026-01-05 17:44:07 -05:00
Jonathan Bennett
74a6c9f447
Alpine docker fix
2026-01-04 23:16:22 -06:00
Jonathan Bennett
c77709a327
Fix the other links_behind underflow
2026-01-04 23:03:47 -06:00
Jonathan Bennett
325f7d2e55
Don't process packet when decoding fails
2026-01-04 21:11:47 -06:00
Jonathan Bennett
c6fc7986f1
More sanity checks on incoming messages
2026-01-04 21:06:36 -06:00
Jonathan Bennett
8ecce1eb5c
Fix for integer overflow
2026-01-04 20:56:01 -06:00
Jonathan Bennett
21c0dcaabb
Merge branch 'develop' into sfpp
2026-01-04 16:55:59 -06:00
Sergey Galkin
0c553c40d4
Fix zero in sp02 and Heart Rate on screen ( #9174 )
...
Fixed zero in sp02 and Heart Rate in HealthTelemetry screen
2026-01-05 07:57:49 +11:00
Jonathan Bennett
1b13f872db
Don't double-process rebroadcast messages
2026-01-04 14:24:51 -06:00
Jonathan Bennett
8b5141ddb7
Merge branch 'develop' into sfpp
2026-01-04 13:26:41 -06:00
Iris
17b075a11c
added tcxo definition to mesh-tab ( #8604 )
2026-01-04 05:57:50 -06:00
Valentyn Diduryk
25bdefecb2
Fixed shouldFilterReceived function to check prev relay accoding to the function definition ( #9168 )
2026-01-04 05:22:26 -06:00
Jorropo
beb268ff25
Revert "add a .clang-format file ( #9154 )" ( #9172 )
...
I thought git would be smart enough to understand all the whitespace changes but even with all the flags I know to make it ignore theses it still blows up if there are identical changes on both sides.
I have a solution but it require creating a new commit at the merge base for each conflicting PR and merging it into develop.
I don't think blowing up all PRs is worth for now, maybe if we can coordinate this for V3 let's say.
This reverts commit 0d11331d18 .
2026-01-04 05:15:53 -06:00
Jonathan Bennett
ee25a0a0e1
Actually include the counter in CANON ANNOUNCE
2026-01-03 21:40:38 -06:00
Jonathan Bennett
436f174bce
Actually include the chain counter in CANON ANNOUNCE
2026-01-03 21:11:44 -06:00
Jonathan Bennett
a34cd4ca6f
Better log messages
2026-01-03 21:11:22 -06:00
Jonathan Bennett
8c37669213
Check links behind when receiving a link
2026-01-03 20:59:41 -06:00
Jonathan Bennett
8a059bae23
Add option to clear a chain when it falls too far behind
2026-01-03 20:36:37 -06:00
Jorropo
0d11331d18
add a .clang-format file ( #9154 )
2026-01-03 14:19:24 -06:00
Jonathan Bennett
1869f2108d
Add sqlite dev to more dockerfiles
2026-01-03 12:41:41 -06:00
Jonathan Bennett
f5b41c2f2c
Add missed comma
2026-01-03 12:38:59 -06:00
Jonathan Bennett
83c8875060
Merge branch 'develop' into sfpp
2026-01-03 12:34:44 -06:00
Jonathan Bennett
9134239faa
Add sqlite to build requires
2026-01-03 12:34:10 -06:00
Tom Fifield
abab6ce815
Fix link formatting in welcome message ( #9163 )
2026-01-03 06:00:23 -06:00
brad112358
52907e4c44
Faster rotary encoder events ( #9146 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-02 20:22:40 -06:00
Jonathan Bennett
f63dadd19e
Add custom coding rate configuration for LoRa ( #9155 )
2026-01-02 16:23:01 -06:00
Jonathan Bennett
b3d1d563e9
Merge branch 'develop' into sfpp
2026-01-02 16:17:28 -06:00
Jonathan Bennett
c7f816e63f
Add StoreAndForward
2026-01-02 16:13:33 -06:00
Ben Meadors
9313d465f6
I think this is supposed to be extra
2026-01-02 15:58:54 -06:00
Jason P
004746683e
Refactored some of the system menus to the new DRY method (Redux) ( #9152 )
...
* Refactored some of the system menus to the new DRY method
* Fix menu name from Position to GPS
2026-01-02 15:34:25 -06:00
Jonathan Bennett
dd4fb6b0bc
Add chain speculation from scratch
2026-01-02 14:43:18 -06:00
Jonathan Bennett
87798429fa
Log rebroadcast timeouts
2026-01-02 11:48:42 -06:00