Scott Powell
af0c409cbb
* ver bump to v1.7.0
2025-06-07 16:15:17 +10:00
Scott Powell
5d15a68d0d
* SERVER_RESPONSE_DELAY now applied to: login responses, companion telemetry responses
2025-06-04 18:10:47 +10:00
Scott Powell
bdc369be67
* repeater & room server: new SERVER_RESPONSE_DELAY and TXT_ACK_DELAY defines.
2025-06-03 19:01:03 +10:00
Scott Powell
8cf20c7c24
* Room server fix: re-tries for pushPostToClient() used to have same packet hash
2025-06-02 22:19:46 +10:00
Scott Powell
4c3f8ac6b6
* Room server: stats refactor -> noise_floor
2025-05-27 22:38:01 +10:00
Scott Powell
b3d78ac8a7
* interference threshold now stored in prefs, CLI: set/get "int.thresh"
2025-05-26 17:18:49 +10:00
Scott Powell
0bad7ee106
* ver bump to 1.6.2
2025-05-24 16:19:19 +10:00
Scott Powell
a73eb9823d
* big refactor of the 'display' object. Now defined in variants/*/target modules.
2025-05-19 14:16:55 +10:00
Scott Powell
65d398fcbc
* ver bump to v1.6.1
2025-05-17 20:04:55 +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
d072e7b575
* ver bump to v1.6.0
2025-05-09 18:12:42 +10:00
Scott Powell
f855523481
* refactor: removed mesh::Mesh dependency from CommonCLI
2025-05-06 11:51:51 +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
JQ
77f44f727e
merge from dev
2025-05-01 18:10:03 -07:00
Scott Powell
8a8e89f282
* refactor: "neighbors" command
2025-04-30 21:41:09 +10:00
Jacob Quatier
13654347c7
Merge branch 'ripplebiz:main' into ui-enhancements
2025-04-27 20:37:49 -07:00
Scott Powell
a87b5231cc
* RP2040 IdentityStore begin(), to ensure mkdir()
2025-04-22 15:26:04 +10: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
1e263cab2b
* ver bump to v1.5.0
2025-04-21 17:39:36 +10:00
Jacob Quatier
c34dd2a40c
UI: battery indicator, boot screen, radio settings
2025-04-20 19:17:02 -07: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
liamcottle
bc820ae93e
show firmware version and build date on room server screen
2025-04-08 23:09:55 +12:00
Scott Powell
d7e6a361b5
* ver bump to v1.4.3
2025-04-07 21:59:53 +10:00
Scott Powell
9498d2e824
* ID hash 0x00 and 0xFF now reserved for future.
2025-04-06 12:34:09 +10:00
liamcottle
7e583d7f98
show please wait message on room server boot
2025-04-01 16:04:06 +13:00
Scott Powell
3a6b8fda93
* room server: faster sync of unread posts, MAX_UNSYNCED_POSTS now 32 (was 16)
2025-03-31 14:01:49 +11:00
Scott Powell
fc6aa0ed0f
* ver bump to v1.4.2
2025-03-30 18:56:21 +11:00
recrof
b77701ced0
added new CommonCLI get commands: get role and get public.key
2025-03-29 19:40:35 +01:00
Scott Powell
c0cb57be5c
* refactor: rtc_clock now defined by variants/*/target modules
2025-03-27 21:28:06 +11:00
Scott Powell
2224bddcb5
* new ESPNOWRadio driver
...
* refactored the examples/*/main.cpp modules, moving radio specifics to variants/*/target modules
* new Generic_ESPNOW_* target envs
2025-03-27 19:34:16 +11:00
Scott Powell
9c165add61
Merge branch 'dev' into esp-now
2025-03-27 17:24:56 +11:00
Scott Powell
d5cc28b0c5
* room server: now support "log start/stop..."
2025-03-27 13:00:40 +11:00
Scott Powell
88b88cbc90
* ver bump to 1.4.1
2025-03-25 22:02:37 +11:00
Scott Powell
8355543366
* more experiments
2025-03-25 01:26:46 +11:00
Scott Powell
d07abc39b6
* room server: new config "allow.read.only"
2025-03-24 00:25:36 +11:00
Scott Powell
39a4476194
* repeater & room server: new config "flood.advert.interval"
2025-03-23 23:23:02 +11:00
Scott Powell
bfb4b1c496
* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'
...
* mesh::RTCClock class moved to MeshCore.h
2025-03-21 18:57:12 +11:00
Scott Powell
6a093743d3
* ver bump to v1.4.0
2025-03-19 19:32:07 +11:00
Scott Powell
50b62c9252
* room server: now handles REQ_TYPE_GET_STATUS, replies with ServerStats (same as RepeaterStats, with extra fields: n_posted, n_post_push)
2025-03-18 16:49:40 +11:00
ripplebiz
d15630660b
Merge pull request #114 from lincomatic/pr-llcc68
...
Add ProMicroLLCC68 builds
2025-03-18 13:45:03 +11:00
lincomatic
bdeec374ef
add ProMicroLLCC68 for Faketec w/ LLCC68
2025-03-16 17:48:52 -07:00
recrof
c691cbae8e
heltec v2: added display, room server role
2025-03-15 20:10:07 +01:00
recrof
7ee81f4f07
added display support for t3s3
2025-03-15 13:07:18 +01:00
taco
5632e2771e
added conditional to room server radio bringup for supporting RA01sh radio on faketec
2025-03-14 15:22:42 +11:00
oltaco
c8104563a0
Merge branch 'ripplebiz:main' into faketec-support
2025-03-13 16:22:02 +11:00