Manuel
e4314904be
Merge branch 'develop' into t-watch-ultra
2026-01-27 12:53:09 +01:00
Colby Dillion
63a97a54e1
Fix retry_delay calculation for error responses ( #9443 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-26 18:45:24 -06:00
Jonathan Bennett
a2e8e232f1
Remove the unused OCV_ARRAYs and move one to a variant.h ( #9442 )
2026-01-26 16:58:16 -06:00
Keane
7efc3e3770
Replace strcpy with strncpy and null termination ( #9436 )
...
Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz >
2026-01-26 14:32:03 -06:00
Jonathan Bennett
3d58c6e916
Trackball revamp ( #9440 )
...
* Trackball revamp
* Use Throttle
* Volatile!
2026-01-26 14:28:05 -06:00
Jonathan Bennett
c038cfe69a
Move device code from main.cpp to earlyInitVariant ( #9438 )
2026-01-26 11:54:14 -06:00
Ben Meadors
0770f25e79
Merge remote-tracking branch 'origin/master' into develop
2026-01-26 08:56:38 -06:00
Jonathan Bennett
8a9830282a
Move Lora Init code into LoraInit.cpp/h ( #9435 )
...
* Move Lora Init code into LoraInit.cpp/h
* Add missed extern definition
* More carefully check for nullptr in LoraInit.cpp
* STM32 fixes
* Add extern SPI1 for HW_SPI1_DEVICE
* Move initLora to RadioInterface.h
2026-01-25 20:54:17 -06:00
Ben Meadors
8894a0b711
Consolidate LoRa params / preset logic and fix display of preset values ( #9413 )
...
* Consolidate LoRa params / preset logic and fix display of preset values
* Move preset coercion logic to RadioInterface
* Fix some warnings
* Fix warnings
* STM32 fix
* Add unit tests
* Update src/mesh/RadioInterface.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-25 18:02:26 -06:00
phaseloop
57a3ff8dfc
NRF52 - power management improvements ( #9211 )
...
* minor NRF52 test cleanup
* detect USB power input on ProMicro boards
* prevent booting on power failure detection
* introduce PowerHAL layer
* powerHAL basic implementation for NRF52
* prevent data saves on low power
* remove comment
* Update src/platform/nrf52/main-nrf52.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/power/PowerHAL.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/main.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Merge missing voltage threshold comparison
* add missing variable
* add missing function declaration
* remove debug strings
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-24 08:39:03 -06:00
Uğur ALTINSOY
6cff13623f
Added Minimesh variant ( #9289 )
...
* Minimesh Lite Added
* Add Minimesh Lite NRF
* Added board_level = extra
* Fix formatting and optimize image for Minimesh Lite
* Change image
* The image has been deleted.
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-24 08:38:07 -06:00
phaseloop
b312f226b4
Cut NRF52 bluetooth power usage ( #8992 )
...
* Improve NRF52 bluetooth power efficiency
* test T114 bad LFXO
* T1000 test
* force BLE param negotiation
* stash
* NRF52 bluetooth small cleanup
* fix potential connectivity issues
* lower BLE min interval to make iOS happy
* remove slave latency negotation
* add BLE issue comment
* code format
* Revert "code format"
This reverts commit 1f92b09d08 .
* remove LFCLK debug info
* Fix
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-24 06:22:01 -06:00
renovate[bot]
b627fa720b
Update SensorLib to v0.3.4 ( #9396 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 05:46:46 -06:00
renovate[bot]
9faf178bdc
Update XPowersLib to v0.3.3 ( #9354 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 05:45:26 -06:00
renovate[bot]
c98f134b40
Update meshtastic-esp32_https_server digest to b0f3960 ( #9393 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 05:39:22 -06:00
renovate[bot]
5838b26d90
Update lewisxhe-SensorLib to v0.3.4 ( #9395 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 05:39:05 -06:00
Eric Sesterhenn
7221fc4d4b
Delete unused code ( #9350 )
...
* Delete unused code
CryptoEngine::clearKeys() is not used in the code base, therefore this
cleanup removes the code. It might give casual reviewers the impression,
that keys are wiped.
Since the code uses memset() which might be optimized away by the
compiler, using the code might not even cause the memory
to be wiped.
* Update CryptoEngine.cpp
Fix stray newline, this is the only thing that I can come up with that might confuse the linter.
---------
Co-authored-by: Jason P <applewiz@mac.com >
2026-01-24 05:19:19 -06:00
renovate[bot]
a417760887
Update meshtastic/device-ui digest to 37ad715 ( #9403 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 05:18:48 -06:00
renovate[bot]
04d2dd3b1c
Update GxEPD2 to v1.6.6 ( #9412 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 05:16:47 -06:00
Justin E. Mann
6b88d37b73
To fix the gps power rail issue on RAK 19007 when RAK12023+RAK12035 is installed ( #9409 )
...
* asked claude to fix the gps power rail issue when the io slot is in use.. this fixes the gps when both the RAK12500 GPS module and the RAK12035 soil sensor modules are being used.
* remove do { ... } while(0) from RESTORE_3V3_POWER() Macro
* remove some comments
* cleaner macro
* removed more excessive comments
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-24 05:16:36 -06:00
Ben Meadors
d407ec1975
Merge remote-tracking branch 'origin/master' into develop
2026-01-24 04:47:24 -06:00
Manuel
42a20016d9
Merge branch 'develop' into t-watch-ultra
2026-01-23 23:53:24 +01:00
Manuel
6015b05c09
update LovyanGFX 1.2.19
2026-01-23 23:52:48 +01:00
Jonathan Bennett
6d6a0734b0
Add pin sense to wake M6 on Solar Charge ( #9416 )
2026-01-23 15:37:16 -06:00
Mattijs
0157a769c3
Make BLE TX power configurable for nRF52 variants ( #9232 )
...
* Make BLE TX power configurable for nRF52 variants
* Include BLE TX power setting in T114 variant.h as tested
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-23 11:26:01 -06:00
Till Maas
73932dd1c3
device-install: Consistently use write-flash ( #8868 )
...
* flash scripts: Unify indentation
* flash scripts: Support esptool v4 and v5
esptool v5 supports commands with dashes and deprecates commands with
underscores. Prior versions only support commands with underscores.
2026-01-23 06:05:29 -06:00
HarukiToreda
bc2abf3db4
BaseUI: Bubbles for messages ( #9365 )
...
* Message Bubbles
* Angled edges
* Proper indent for messages inside the bubble
* Fix message header line width
* Correctly calculate text width for the header and shrink Channel Name is on OLED
---------
Co-authored-by: Jason P <applewiz@mac.com >
2026-01-22 17:00:21 -06:00
github-actions[bot]
073eb2c672
Automated version bumps ( #9402 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-01-22 16:19:35 -06:00
Jorropo
4744010295
run trunk fmt -a ( #9400 )
...
* run trunk fmt -a
* fix bracket bug
This was introduced by @tedwardd and @thebentern in 021106dfe5 .
See this diff:
else
+ checkConfigPort = false;
printf("Using config file %d\n", TCPPort);
v2.7.18.fb3bf78
2026-01-22 15:46:37 -06:00
Chloe Bethel
d8d02cd6ec
Implement setting TX_GAIN_LORA for portduino ( #8501 )
...
* Implement setting TX_GAIN_LORA for portduino
* use std::size instead of sizeof
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2026-01-22 07:08:43 -06:00
renovate[bot]
3e3299f549
Update meshtastic/device-ui digest to 613c095 ( #9383 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-22 09:07:23 +11:00
github-actions[bot]
eefc08087d
Update protobufs ( #9371 )
...
Co-authored-by: jp-bennett <5630967+jp-bennett@users.noreply.github.com >
2026-01-20 10:29:11 -06:00
Andrew Yong
fb6d199d36
feat: Add Russell, a board designed to go Up! on a balloon ( #9079 )
...
Hardware repository: https://github.com/Meshtastic-Malaysia/russell
- Designed to mount on an ER34615/IFR32700 cell
- RAK3172 STM32WLE5CCU6 MCU + integrated SX1262 LoRa
- CDtop CD-PA1010D GPS
- Bosch Sensortec BME280 sensor
- Consonance CN3158 LiFePO4 solar charger
Signed-off-by: Andrew Yong <me@ndoo.sg >
2026-01-20 06:38:04 -06:00
Ben Meadors
fb3bf783dd
Implement graduated scaling for NodeInfo send timeout based on active mesh size ( #9364 )
...
* Implement graduated scaling for NodeInfo send timeout based on active mesh size
* Shorter timeout still needed for pubkey unkown and ad-hoc send
* Update src/modules/NodeInfoModule.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-19 20:00:41 -06:00
Manuel
083c65e42b
Merge branch 'develop' into t-watch-ultra
2026-01-20 01:04:50 +01:00
Manuel
b38cbf9a40
init lora RF switch
2026-01-20 00:21:19 +01:00
Manuel
ad819321f7
haptic touch (only BaseUI)
2026-01-20 00:20:34 +01:00
Manuel
3529c0bce2
trySetRTC when fixedPosition
2026-01-20 00:01:19 +01:00
Manuel
8ee5407db5
fix NodeDB defaults
2026-01-20 00:00:33 +01:00
Manuel
65d4adb7c2
power off lora
2026-01-20 00:00:07 +01:00
Manuel
0cda4eb675
PMU cosmetics
2026-01-19 23:59:49 +01:00
Ben Meadors
fc268d43d0
Add Meshtastic exclusion flags for webserver and paxcounter in platformio.ini
2026-01-19 16:57:21 -06:00
Jonathan Bennett
c38aff7e52
Add interrupt for external charge detection ( #9332 )
...
Tested on Thinknode m4, m6, and T1000-e
2026-01-19 15:39:24 -06:00
Ben Meadors
7d4600f8c2
Merge branch 'master' into develop
2026-01-19 12:13:52 -06:00
Ben Meadors
ff50ba4002
Remove bsec from OG ESP32 to fix DRAM overflow
2026-01-19 12:12:14 -06:00
github-actions[bot]
5c401b8e34
Update protobufs ( #9362 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2026-01-19 12:11:13 -06:00
Ben Meadors
c96ebf15fd
Merge remote-tracking branch 'origin/master' into develop
2026-01-19 07:57:36 -06:00
github-actions[bot]
3e4239daf8
Upgrade trunk ( #9330 )
...
Co-authored-by: vidplace7 <1779290+vidplace7@users.noreply.github.com >
2026-01-19 07:22:27 -06:00
Ben Meadors
ab97c0126f
Merge pull request #9355 from meshtastic/fix-bme
...
Untangle some BME680 ifdef spaghetti
2026-01-19 07:21:37 -06:00
Manuel
7763469c62
update amoled driver reference
2026-01-19 13:34:24 +01:00