23783b27c8Merge pull request #1058 from dotdavid/dev
ripplebiz
2025-11-06 13:45:12 +11:00
7419ed71f7* region filtering now applied in allowPacketForward()
Scott Powell
2025-11-06 12:27:25 +11:00
82b4c1e6b0* new PAYLOAD_TYPE_CONTROL (11) * repeater: onControlDataRecv(), now responds to new CTL_TYPE_NODE_DISCOVER_REQ (zero hop only) * node prefs: new discovery_mod_timestamp (will be set to affect when node should respond to DISCOVERY_REQ's )
Scott Powell
2025-11-06 00:56:54 +11:00
3ef53e64a1* is_name_char() bug fix
Scott Powell
2025-11-05 15:34:23 +11:00
937865c8fd* companion: new CMD_SET_FLOOD_SCOPE (54)
Scott Powell
2025-11-05 14:56:18 +11:00
9ebeb477aa* RegionMap: inverted 'flags' to _deny_ bits * Mesh: new filterRecvFloodPacket() for overriding * repeater CLI: 'allow' -> 'allowf' or 'denyf'
Scott Powell
2025-11-05 14:34:44 +11:00
04c0c40b39set max contacts to 350 and channels to 40 for esp32c3, s3 and c6
recrof
2025-11-04 23:58:32 +01:00
c3dbec41baFix manufacturer name on Seeed Xiao S3 WIO
David Hall
2025-11-03 21:02:08 +00:00
5c80334dbdFix manufacturer name on Seeed Xiao S3 WIO
David Hall
2025-11-03 21:00:43 +00:00
99a3473169even less comments \o/
liquidraver
2025-11-03 21:41:11 +01:00
eae16cfc5fless unnecessary comments, less lines of code :)
liquidraver
2025-11-03 21:39:35 +01:00
397d280c3bstop OLED powering on every message if connected to phone
liquidraver
2025-11-03 21:25:31 +01:00
d9ff3a4d02* Mesh: new sendFlood() overload with transport codes. * BaseChatMesh: sendFloodScoped(), for overriding with some outbound 'scope' / TransportKey * companion: new 'send_scope' variable.
Scott Powell
2025-11-04 01:21:56 +11:00
ecd30f4d36* new CLI commands: region, region load, region save, region get, region allow
Scott Powell
2025-11-03 22:53:14 +11:00
f797744f7c* misc RegionMap and key store methods
Scott Powell
2025-11-03 18:14:44 +11:00
03fc949014* setting up framework for Regions, TransportKeys, etc
Scott Powell
2025-11-03 14:23:32 +11:00
5b4544b9feMerge pull request #889 from fdlamotte/sensecap_indicator
ripplebiz
2025-11-03 11:09:17 +11:00
920ac51c8cMerge pull request #998 from tahnok/bmp085-sensor
ripplebiz
2025-11-03 10:58:22 +11:00
c13b4ae481Analogue button delay based on millis
Adam Mealings
2025-10-31 13:04:59 +00:00
7755400a35* Companion: Now using transport codes { 0, 0 } when Share contact zero hop. * Repeater: onAdvertRecv(), adverts via Share now NOT added to neighbours table
Scott Powell
2025-10-31 20:40:22 +11:00
ef752926c9Merge pull request #1036 from oltaco/datastore-refactor
ripplebiz
2025-10-31 17:10:03 +11:00
228b073006Merge pull request #982 from ViezeVingertjes/feat/wio-wm1110-variant
ripplebiz
2025-10-31 17:02:47 +11:00
7ad45d113cMerge pull request #993 from recrof/allow_lower_bw_sf
ripplebiz
2025-10-31 16:58:35 +11:00
7abe6c9693* Upping max channel hash conflicts to 4 (was 2)
Scott Powell
2025-10-31 16:54:58 +11:00
15ecf186faMerge pull request #953 from Woodie-07/dev
fdlamotte
2025-10-17 15:26:09 +02:00
02351abc2dchange println to debug macro in lr1110 patch
Woodie-07
2025-10-16 16:25:18 +01:00
3c48f01601BME680 library doesn't have altitude calculation, we can add it here to match other sensors'
liquidraver
2025-10-16 11:29:22 +02:00
0e7486552dAdd simple BME680 support to RAK with adafruit library
liquidraver
2025-10-16 10:17:23 +02:00
cd920693ec* UITask: new UI_HAS_JOYSTICK * MomentaryButton: new constructor 'multiclick' param * WIoTrackerL1: now just use joystick, joystick press for KEY_ENTER, no multi-click for snappier UI
Scott Powell
2025-10-16 17:33:22 +11:00