Scott Powell
1680eb29aa
* repeater: MAX_CLIENTS now defaults to 32
2025-05-15 20:36:09 +10:00
Scott Powell
e291b57a07
* Dispatcher::checkSend() bug: getOutboundCount() should only count non-future packets
2025-05-14 16:50:11 +10:00
Scott Powell
805ca7b900
* CommonCLI: added "clear stats" command
2025-05-13 18:12:58 +10:00
Scott Powell
177dd90ca1
* Repeater/Room server: new diagnostics, stats.n_full_events now repurposed to 'err_events' (bit flags)
...
* new Radio::isInRecvMode() method
2025-05-13 15:38:10 +10:00
Scott Powell
c37622b4a0
* repeater: neighbors CLI, now returns secs ago, not timestamp
2025-05-12 12:23:58 +10:00
Florent
35e1901d0e
wio-e5 : initial port
2025-05-11 09:28:15 +02:00
Scott Powell
d072e7b575
* ver bump to v1.6.0
2025-05-09 18:12:42 +10:00
Scott Powell
810fc8b8f0
* Heltec tracker: new 'periph_power' shared pin (between Display & GPS)
2025-05-08 15:50:53 +10:00
ripplebiz
0e208f01cd
Merge pull request #258 from seagull9000/Heltec-Wireless-Tracker-support
...
Heltec Wireless Tracker support
2025-05-08 12:29:02 +10:00
seagull9000
e076e797e6
Heltec Wireless Tracker support
2025-05-07 21:40:27 +12:00
liamcottle
f18a3b78ad
ble pin must be zero or a valid 6 digit pin
2025-05-07 20:53:59 +12:00
Scott Powell
f855523481
* refactor: removed mesh::Mesh dependency from CommonCLI
2025-05-06 11:51:51 +10:00
ripplebiz
6dd85880e4
Merge pull request #246 from liamcottle/dev
...
Use identity key as default node name
2025-05-06 10:39:58 +10:00
Florent de Lamotte
a39c000f5d
fix for set_custom_var
2025-05-05 16:40:00 +02:00
Scott Powell
af606343a7
* FIX: UI should show "< Room Server >"
2025-05-05 13:11:43 +10:00
ripplebiz
1f06d22bde
Merge pull request #247 from jquatier/ui-text-width
...
UI Text Width - minor improvement
2025-05-05 11:53:47 +10:00
Scott Powell
bcb64d8a4c
* companion: fix for _GET_STATUS response
2025-05-05 11:49:17 +10:00
Scott Powell
cb80ceee47
* companion: protocol ver bump to 5
...
* companion: new prefs: telemetry_mode_base, telemetry_mode_loc
* companion: CMD_SET_OTHER_PARAMS, now optionally can set telemetry_modes
2025-05-05 11:21:55 +10:00
JQ
678f36a57b
Implement getTextWidth for display classes
...
- Added getTextWidth method to DisplayDriver interface
- Implemented getTextWidth in all display classes
- Updated examples to use getTextWidth directly
2025-05-04 18:17:18 -07:00
liamcottle
8f32ee61ce
no need for prefs check before prefs are loaded
2025-05-05 11:34:02 +12:00
liamcottle
0bccf29f64
use hex of first 4 bytes of identity public key as default node name
2025-05-05 11:21:31 +12:00
Scott Powell
e442e94e3d
* SensorManager: now can influence advert lat/lon, new custom name:value pairs for custom settings (eg, gps on/off)
...
* companion: new CMD_GET_CUSTOM_VARS, CMD_SET_CUSTOM_VAR
* T1000e: now supports "gps" custom setting (value "0" or "1")
2025-05-05 00:15:35 +10:00
Scott Powell
26f01e0605
* companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSE
2025-05-03 20:08:44 +10:00
Scott Powell
99774f10ac
* new: SensorManager
...
* BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling.
* companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03).
* dependency: added CayenneLPP to libdeps
* all target.* modules now with a stub 'sensors' object.
2025-05-03 13:14:03 +10:00
Scott Powell
c0870960d6
* repeater CLI: 'neighbors' command now responds with "-none-" if no neighbors
2025-05-02 13:24:06 +10:00
JQ
77f44f727e
merge from dev
2025-05-01 18:10:03 -07:00
ripplebiz
8f84a5d990
Merge pull request #237 from fdlamotte/t114_monochrome
...
T114 monochrome
2025-05-01 16:01:36 +10:00
Scott Powell
8a8e89f282
* refactor: "neighbors" command
2025-04-30 21:41:09 +10:00
Florent de Lamotte
05254bd67b
t114 display : some fixes
2025-04-30 11:26:04 +02:00
Scott Powell
056bcf83d9
* Repeater: neighbour table now only of other repeaters
2025-04-30 18:43:48 +10:00
Scott Powell
f261599608
* bug fix for CLI retry attempts (should be ignored)
2025-04-30 18:10:58 +10:00
Scott Powell
e6325db72b
* repeater: new CLI command 'neighbors'
2025-04-30 18:01:30 +10:00
Jacob Quatier
13654347c7
Merge branch 'ripplebiz:main' into ui-enhancements
2025-04-27 20:37:49 -07:00
ripplebiz
b614cef980
Merge pull request #228 from liamcottle/dev
...
remove pin mode setup from uitask
2025-04-26 20:07:48 +10:00
liamcottle
8f5a2ac832
remove pin mode setup from uitask
2025-04-26 17:54:59 +12:00
Alessandro Genova
f51ab11cf1
companion_radio: greatly reduce the status LED usage
2025-04-24 23:22:14 -04:00
Scott Powell
a87b5231cc
* RP2040 IdentityStore begin(), to ensure mkdir()
2025-04-22 15:26:04 +10:00
AeroXuk
4d9964ff98
Correct opens to use "w" filemode instead of "w+" filemode.
2025-04-21 21:49:41 +01:00
AeroXuk
b1c8963e1e
Merge 'dev' into 'feature/rp2040_picow_dev'.
2025-04-21 21:21:10 +01:00
AeroXuk
99246e6b6f
Added Pi PIcoW support in the following modes:
...
- Companion Radio over USB Serial
- Repeater
- Room Server
- Terminal Chat
2025-04-21 21:17:03 +01:00
Scott Powell
9d82911e18
* ver bump to v1.5.1
2025-04-21 21:50:55 +10:00
Scott Powell
631f593895
* companion: bug fix for 'export contact'
2025-04-21 21:38:57 +10:00
Scott Powell
1e263cab2b
* ver bump to v1.5.0
2025-04-21 17:39:36 +10:00
ripplebiz
a81e8b4b54
Merge pull request #211 from fdlamotte/techo-display
...
Techo display
2025-04-21 16:44:52 +10:00
JQ
7d7692a13b
adding connected check
2025-04-20 19:17:20 -07:00
Jacob Quatier
c34dd2a40c
UI: battery indicator, boot screen, radio settings
2025-04-20 19:17:02 -07:00
Florent
2d6c834887
std behaviour
2025-04-20 17:10:57 +02:00
Scott Powell
7b1582a0b9
* room server keep_alive ACKs now have unsynced_count appended.
2025-04-17 15:46:51 +10:00
Scott Powell
b17196acb4
* room server login response now includes unsynced posts counter
2025-04-16 16:51:04 +10:00
Florent
ea24a12ba3
techo-display: first bits
2025-04-15 22:37:50 +02:00