Woodie-07
2981fc70e1
new workaround
2025-10-24 20:12:02 +01:00
Woodie-07
02351abc2d
change println to debug macro in lr1110 patch
2025-10-16 16:25:18 +01:00
Woodie-07
8426fddcb7
workaround for LR1110 shift issue
...
it seems that if the LR1110 radio hears a packet corrupted in a specific way, it'll report a packet of 0 length and with the header error IRQ set. every packet received afterwards will then be shifted to the right by 4 bytes on top of the radio's reported offset. this can occur multiple times with the shift increasing by 4 bytes each time. thus, this patch will read from an additional offset after hearing the trigger packet.
transmitting seems to reset the shift - unsure exactly what operation resets it but standby() is called after tx so patch assumes shift is 0 after standby(). more investigation may be needed here.
2025-10-12 16:09:57 +01:00
Scott Powell
93c0180740
* Refactor: advert_loc_policy now applied in new method CommonCLI::buildAdvertData()
2025-10-12 12:49:26 +11:00
Scott Powell
837e7dcbdb
* Advert type fix
...
* GPS pref defaults tidy
2025-10-12 12:33:20 +11:00
ripplebiz
487b7c6576
Merge pull request #890 from fdlamotte/CommonCLI--gps-management
...
CommonCLI: gps management commands
2025-10-12 12:21:47 +11:00
Florent
bf1da43d7d
gps_cli: gps advert to control advert location policy
2025-10-11 19:00:02 +02:00
Florent
f6064b41e9
gps_cli: set node location based on gps
2025-10-11 18:00:57 +02:00
Florent
76dcfbb23a
gpsCli: use parseTextParts
2025-10-11 15:29:17 +02:00
ripplebiz
da52d08168
Merge pull request #898 from syssi/wsl3-wifi-build
...
Introduce Heltec_WSL3_companion_radio_wifi target
2025-10-10 13:30:55 +11:00
ripplebiz
b47ace5d10
Merge pull request #908 from ViezeVingertjes/feat/meshpocket-poweroff
...
Add hibernation support for MeshPocket
2025-10-10 11:38:07 +11:00
ViezeVingertjes
da7b8ad669
Add powerOff support for MeshPocket
2025-10-09 20:30:25 +02:00
ripplebiz
27e5f6e7df
Merge pull request #885 from ViezeVingertjes/fix/heltec-v4-max-tx-power
...
Add MAX_LORA_TX_POWER build flag for Heltec V4 configuration
2025-10-09 12:39:21 +11:00
Sebastian Muszynski
601479e572
Introduce Heltec_WSL3_companion_radio_wifi target
2025-10-07 11:17:19 +02:00
Florent de Lamotte
9e3c2fc9d9
gps_cli: gps also restored on sensors and rooms
2025-10-06 15:30:18 +02:00
Florent de Lamotte
6ed8e9d514
gps_cli: gps state is now saved and restored upon reboot
2025-10-06 15:12:03 +02:00
Florent de Lamotte
c9fd1827ef
Merge branch 'dev' into CommonCLI--gps-management
2025-10-06 14:26:05 +02:00
fdlamotte
5f31979e1e
Merge pull request #831 from Meshcore-Portugal/jbrazio/2025_87fe0ad8
...
Add bridge management CLI
2025-10-06 14:23:35 +02:00
Florent de Lamotte
341b69e3c9
sensor list command
2025-10-06 14:08:16 +02:00
João Brázio
13a0202062
Add BRIDGE_DEBUG flag
2025-10-06 12:57:32 +01:00
João Brázio
fb46e5cc8a
Refactor debug logging across bridge implementations
2025-10-06 12:57:04 +01:00
Florent de Lamotte
7be65c148e
cli_gps: remove callbacks and add generic sensor set/get.
2025-10-06 10:25:10 +02:00
Florent
e4f2d63b0a
cli_gps: use sensormanger to toggle gps on/off to keep state coherent
2025-10-05 20:31:25 +02:00
Florent
0502bc370d
CommonCLI: gps management commands
2025-10-05 19:23:52 +02:00
João Brázio
9b4d93d112
Add bridge type command to CLI for reporting bridge configuration
2025-10-05 11:48:05 +01:00
ripplebiz
5ae574b426
Merge pull request #878 from WattleFoxxo/tdeck
...
Scaling fixes for TDeck
2025-10-05 15:18:51 +11:00
ViezeVingertjes
c568edc8d0
Add MAX_LORA_TX_POWER build flag for Heltec V4 configuration
2025-10-04 23:04:47 +02:00
WattleFoxxo
69e6d69798
Fix font and icon scaling issues for TDeck
2025-10-03 22:55:32 +10:00
ripplebiz
54675ed1b2
Merge pull request #812 from khudson/source-cleanup
...
Ikoka Stick: Naming Convention, LED behavior, device strings
2025-10-03 14:04:00 +10:00
João Brázio
e48f3a58ae
Remove WITH_ESPNOW_BRIDGE_SECRET definition from platformio.ini files and update documentation to use _prefs->bridge_secret
2025-10-03 00:23:09 +01:00
João Brázio
8edcb46a28
Bridge: enhance CLI configuration options
2025-10-03 00:20:09 +01:00
Florent
262e9864e7
stm32: upd repeater targets
2025-10-02 12:18:47 +02:00
ripplebiz
3912bbdf7d
Merge pull request #821 from fdlamotte/ui_gps_page
...
ui_task: initial gps page
2025-10-02 18:54:23 +10:00
João Brázio
aa946bbe36
WITH_BRIDGE was not implementing setBridgeState()
2025-10-02 09:47:00 +01:00
Scott Powell
8d8b9a6141
* ver 1.9.1
2025-10-02 12:52:19 +10:00
Florent de Lamotte
18bfc2d81a
DisplayDriver: introduce drawTextRightAlign and drawTextLeftAlign
2025-10-01 18:07:59 +02:00
ripplebiz
219297172a
Merge pull request #863 from liamcottle/fix/repeater-login
...
Fix: repeater login
2025-09-29 21:38:54 +10:00
liamcottle
6a1f8d65c9
add missing null terminator for login payload
2025-09-30 00:31:10 +13:00
ripplebiz
b82f5ea7cd
Merge pull request #859 from liamcottle/feature/board-cli-command
...
Add CLI Command: board
2025-09-29 13:28:21 +10:00
liamcottle
ec48e6acfc
added 'board' cli command to get board name
2025-09-29 15:24:25 +13:00
Liam Cottle
e381f03bc2
Merge pull request #854 from liamcottle/fix/missing-build-flags
...
Fix: add missing build flags
2025-09-29 13:49:57 +13:00
Liam Cottle
8ac6dcb644
Merge pull request #858 from csrutil/fix/tiny-relay-compile
...
Fix: add missing build flags for tiny_relay
2025-09-29 13:49:31 +13:00
csrutil
fc0cf5f370
🔧 chore: update tiny_relay platformio.ini configuration
...
- Add ADVERT_LAT and ADVERT_LON definitions for both repeater and sensor variants
- Set MAX_NEIGHBOURS to 50 for improved network capacity
- Fix repeater build source filter path to include entire directory
2025-09-29 07:48:26 +08:00
liamcottle
914001344f
add missing build flags for failed builds
2025-09-28 23:32:04 +13:00
Scott Powell
b92d9bd972
* ver 1.9.0
companion-v1.9.0
room-server-v1.9.0
repeater-v1.9.0
2025-09-28 19:24:00 +10:00
Scott Powell
3335b49d9f
Merge branch 'main' into dev
...
# Conflicts:
# variants/heltec_vision_master_e290/platformio.ini
2025-09-28 19:21:48 +10:00
ripplebiz
e5de6e6600
Merge pull request #820 from fdlamotte/gps_reset_fix
...
ESM: delegate gps management to LocationProvider
2025-09-28 19:08:35 +10:00
ripplebiz
cd7e7d9bbe
Merge pull request #852 from liamcottle/increase-max-neighbours
...
Increase MAX_NEIGHBOURS to 50
2025-09-28 18:32:10 +10:00
ripplebiz
4bb16ef5a7
Merge pull request #850 from liamcottle/fix/legacy-neighbours-cli
...
Backwards Compatibility: Legacy Neighbours CLI
2025-09-28 18:30:11 +10:00
Liam Cottle
70ec996c08
Merge pull request #853 from liamcottle/fix-calc-shared-secret
...
fix multiple candidates warning
2025-09-28 21:05:03 +13:00