João Brázio
83b7a95679
Merge pull request #2 from weebl2000/2026/remote-lna
...
Make sure LR1110 builds
2026-03-16 09:55:00 +00:00
João Brázio
92bef49c55
Merge branch 'dev' into 2026/remote-lna
2026-03-16 09:40:10 +00:00
João Brázio
274e00df50
Merge remote-tracking branch 'upstream/dev' into 2026/remote-lna
2026-03-16 09:37:55 +00:00
João Brázio
75895895f0
Add USE_SX1262 flag to multiple platformio.ini configurations
2026-03-16 09:34:12 +00:00
whywilson
fa662d73e9
Merge branch 'dev' of https://github.com/meshcore-dev/MeshCore into dev
2026-03-16 14:53:44 +08:00
ripplebiz
2f2d92cadb
Merge pull request #1964 from EtoOnAmill/main
...
Removed section for isolated `get bridge.source`
2026-03-16 14:39:26 +11:00
ripplebiz
c0d73ec4a1
Merge pull request #1984 from samschlegel/samschlegel/rak3401-power-management
...
Add nrf52 power management for RAK3401
2026-03-16 14:37:03 +11:00
ripplebiz
a0867a0b1b
Merge pull request #2009 from MGJ520/dev
...
Support for GAT562 30S Mesh Kit device and fix other minor issues
2026-03-16 14:14:00 +11:00
ripplebiz
1a35d33b6c
Merge pull request #2023 from nextgens/fix_pio_upload
...
fix pio upload
2026-03-16 14:00:55 +11:00
Scott Powell
fcfdc5fc5b
* Repeater and Room Server: flood advert timer now uses the path_hash_mode pref
2026-03-16 13:56:19 +11:00
ripplebiz
2de44e5f5b
Merge pull request #2037 from weebl2000/fix-heltec-E213-E290-eink
...
Fix Heltec E213 and E290 e-ink board builds
2026-03-16 13:46:05 +11:00
Sybren A. Stüvel
d8e838fe4d
Fix build on Pico W
...
Use `lib_ldf_mode=chain+` so the LDF evaluates preprocessor conditions
when scanning for library dependencies. Without this, the LDF (in
default 'deep' mode) ignores it to find #include <BLEDevice.h> inside
the #ifdef ESP32 block in esp32/BLELogInterface.h, pulling in the
Arduino-Pico BLE library. That library only compiles correctly when
PIO_FRAMEWORK_ARDUINO_ENABLE_BLUETOOTH is set (which enables the
required BTstack defines), so without that flag the build fails. chain+
prevents this by honouring the #ifdef ESP32 guard.
2026-03-15 21:13:24 +01:00
Sybren A. Stüvel
382a5403b7
Merge remote-tracking branch 'upstream/dev' into sybren/ble-packet-logging
2026-03-15 19:34:04 +01:00
Sybren A. Stüvel
f15e6994d0
Self-review fixes
...
Three fixes applied:
BLELogInterface.h:108 — setMinPreferred(0x12) → setMaxPreferred(0x12) (bug: was clobbering the min value instead of setting max)
BLELogInterface.h:42 — removed the redundant _line_len = 0 in flushLine(), collapsed the guard to a one-liner
heltec_tracker/platformio.ini and sensecap_solar/platformio.ini — re-commented MESH_PACKET_LOGGING and BLE_PACKET_LOGGING
2026-03-15 18:30:46 +01:00
Wessel Nieboer
0e62240119
Set AUTO_OFF_MILLIS to 0 for E213, E290
2026-03-15 15:51:31 +01:00
Wessel Nieboer
696323c11b
Fix Heltec E213 and E290 e-ink board builds
2026-03-15 15:51:25 +01:00
Liam Cottle
ba71820691
Merge pull request #2026 from sybrenstuvel/sybren/dev-fix-sensecap-solar-led-green
...
Sybren/dev fix sensecap solar led green
2026-03-15 11:36:21 +13:00
Sybren A. Stüvel
b670a7a709
Correct logging of RAW lines
2026-03-14 23:34:36 +01:00
Sybren A. Stüvel
9349e6ab6b
SenseCap Solar: fix use of LED_GREEN
...
5188221584 changed LED_RED/GREEN to
LED_WHITE/BLUE, but didn't convert all uses of LED_GREEN.
2026-03-14 21:52:08 +01:00
Sybren A. Stüvel
712d3b1021
Enable (temporarily) BLE packet logging on devices I use
2026-03-14 21:39:45 +01:00
Sybren A. Stüvel
a705429bdb
Use negotiated BLE MTU for chunking
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
7f48cb0485
Save file with proper formatting
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
d697d8a790
Use early returns
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
d4fbc17d43
Cut up log lines into 20-byte BLE packets
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
3386db1b80
Larger BLE packets for logging
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
8e493f4e99
Send BLE notifications as text
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
f3443ab8f8
Prevent BLE bonding
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
19690cada7
Improve BLE advertisement
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
90bb54b3b7
Update print functions
2026-03-14 21:34:49 +01:00
Sybren A. Stüvel
9f7d644a0c
Add BLE mesh logging
...
Made with Claude AI.
2026-03-14 21:34:49 +01:00
Florent Daigniere
8ee4dc64e1
fix build
2026-03-14 18:54:27 +01:00
Wessel Nieboer
9af332b6e6
Make sure LR1110 builds
2026-03-13 13:48:36 +01:00
Liam Cottle
aedc00e16a
Merge pull request #1999 from weebl2000/also-sanity-build-main-dev
...
Have the github workflow sanity check also run against main and dev
2026-03-13 19:27:46 +13:00
whywilson
c994c6206d
Add GAT562 Mesh EVB Pro Repeater and Room Server.
2026-03-13 13:28:15 +08:00
MGJ
7ecfbfd4e6
Merge branch 'meshcore-dev:dev' into dev
2026-03-12 18:20:19 +08:00
MGJ
307142986f
Support for GAT562 30S Mesh Kit device
2026-03-12 18:19:53 +08:00
MGJ
82689512f8
Fix incorrect comments
2026-03-12 18:18:10 +08:00
MGJ
e9ff0bd9b0
Remove GAT562 Mesh Tracker Pro device radio preset
2026-03-12 18:02:46 +08:00
Scott Powell
bb8dc5b55b
Merge branch 'main' into dev
2026-03-12 18:14:56 +11:00
ripplebiz
792f299986
Merge pull request #1873 from Specter242/codex/sensecap-solar-led-poweroff-parity
...
sensecap solar: add poweroff/shutdown support and nrf52 PM parity
2026-03-12 18:13:14 +11:00
kelsey hudson
a56419dc21
R1 Neo: Turn off debugging, rtc cleanup
2026-03-11 18:24:01 -07:00
Wessel Nieboer
3c0d186569
Fix memcp compare length off by one
...
Co-authored-by: ViezeVingertjes <michael.overhorst@gmail.com>
2026-03-11 20:08:47 +01:00
Wessel Nieboer
bcfe001370
Have our github PR sanity check also run against main and dev for every merge
...
This will pick up any easy to spot build failures on dev/main
2026-03-11 16:51:09 +01:00
Liam Cottle
8ac8c4d59d
Merge pull request #1991 from weebl2000/prevent-auto-restart-ble-nrf52
...
Prevent auto-restarting BLE when disabling it on nRF52
2026-03-11 22:05:25 +13:00
Liam Cottle
8a3262cd70
Merge pull request #1483 from ssp97/dev
...
fix: avoid redundant redefinition of SX126X_DIO3_TCXO_VOLTAGE
2026-03-11 21:49:31 +13:00
Liam Cottle
82d1a3daca
Merge pull request #1977 from robekl/docs/implementation-sync-release
...
Update docs to align with implementation
2026-03-11 18:09:16 +13:00
Robert Ekl
095f97b355
set prv.key doc update
2026-03-10 22:12:55 -05:00
Liam Cottle
a10476efd7
Merge pull request #1845 from lincomatic/repeaterbaud
...
don't limit bridge_baud to 115200
2026-03-11 11:51:00 +13:00
Wessel Nieboer
e3afbf975e
Prevent auto-restarting BLE when disabling it on nRF52
...
If client is still connected, client would automatically reconnect
immediately thus keeping BLE on
fixes #1933
2026-03-10 14:31:58 +01:00
Sam Schlegel
bfdbcd85e8
Add nrf52 power management for RAK3401
2026-03-09 20:49:29 -07:00