agessaman
39ba020fab
Merge upstream/dev into mqtt-bridge-responsiveness-changes
...
Resolved conflicts in:
- examples/simple_repeater/MyMesh.cpp: merged comparison functions with new handler functions
- src/helpers/CommonCLI.cpp: merged MQTT fields handling with adc_multiplier and owner_info
- src/helpers/CommonCLI.h: merged NodePrefs struct changes
- variants/heltec_v3/platformio.ini: kept upstream WiFi settings
- variants/xiao_s3_wio/platformio.ini: added upstream environment definitions
Verified observer firmwares compile successfully.
2026-01-21 20:37:40 -08:00
agessaman
ed27ebd015
Refactor MQTTBridge to utilize FreeRTOS for improved task management and responsiveness
...
- Moved MQTT processing to a dedicated FreeRTOS task on Core 0, enhancing non-blocking behavior.
- Implemented a FreeRTOS queue for thread-safe packet handling, replacing the previous circular buffer approach.
- Updated WiFi initialization and connection management to occur within the FreeRTOS task, improving overall system responsiveness.
- Enhanced logging and error handling for MQTT connections and packet processing.
- Cached broker and analyzer server statuses to reduce redundant checks and improve efficiency.
2026-01-21 20:28:36 -08:00
ripplebiz
56ab59ded2
Merge pull request #1387 from chrisdavis2110/rak3401
...
Add Variant rak3401 (for new 1W booster kit)
2026-01-19 16:11:07 +11:00
ripplebiz
bf0777845a
Merge pull request #1408 from oltaco/improved-contact-mgmt
...
Contact management tweaks
2026-01-19 12:29:52 +11:00
agessaman
56f98997e6
Update MQTT preferences to support configurable WiFi power save mode
...
- Added conditional compilation for WiFi power save settings in setMQTTPrefsDefaults.
- Updated platformio.ini files across multiple variants to define MQTT_WIFI_POWER_SAVE_DEFAULT and related configurations.
- Set default WiFi power save mode to 1 (none) when not explicitly defined, enhancing flexibility for different hardware setups.
2026-01-18 13:40:01 -08:00
chrisdavis2110
ed5d2909fc
updated variant rak3401
2026-01-17 22:54:20 -08:00
Chris Davis
5e4b33a1a0
Merge pull request #4 from chrisdavis2110/var-rak3401
...
Var rak3401
2026-01-17 22:47:25 -08:00
taco
b919119faf
only write contacts when changed
2026-01-16 13:15:35 +11:00
taco
c61fde9328
always send PUSH_CODE_NEW_ADVERT when advert was not added to contacts[]
2026-01-16 13:15:35 +11:00
Liam Cottle
7d1f52252b
Merge pull request #1402 from recrof/v3-usb-contact-fix
...
fix: bump max contacts for heltec v3 companion usb
2026-01-16 09:50:06 +13:00
Rastislav Vysoky
11565673c3
fix: bump max contacts for v3 companion usb
2026-01-15 15:39:44 +01:00
Liam Cottle
23f1f2a3fa
Merge pull request #1399 from mannkind/patch-1
...
Fix Ikoka Stick builds
2026-01-15 23:32:34 +13:00
ripplebiz
d41a968d1d
Merge pull request #1379 from oltaco/improved-contact-mgmt
...
Companion: Improved Contact Management
2026-01-15 20:36:28 +11:00
taco
df6687034a
bootstrap RTC from contact.lastmod and improve slot overwrite logic
...
slot overwrite logic can now safely use contact.lastmod to find oldest contact for overwrite
2026-01-15 18:01:20 +11:00
taco
741564dd48
refactor: add populateContactFromAdvert()
2026-01-15 18:01:20 +11:00
taco
403ce1db08
contacts: granular autoadd and overwrite-oldest
2026-01-15 18:01:20 +11:00
Dustin Brewer
31f98bdd43
Fix Ikoka Stick builds
2026-01-14 17:53:42 -08:00
Liam Cottle
56eb5b0499
Merge pull request #1373 from liquidraver/buildwithoutdebug
...
DISABLE_DEBUG=1 env variable to build.sh
2026-01-15 06:36:00 +13:00
agessaman
3eaca31f0f
Refactor HeltecTrackerV2 and HeltecV4 board initialization for GC1109 FEM support
...
- Updated the begin() method to handle deep sleep and cold boot scenarios for GC1109 FEM pins.
- Improved pin configuration logic for power management and transmission control.
- Enhanced comments for clarity on pin roles and behavior during sleep and wake cycles.
- Adjusted platformio.ini files to reflect updated pin definitions and usage notes.
2026-01-13 18:54:26 -08:00
chrisdavis2110
06c4ca19ab
added variant rak3401
2026-01-13 10:06:50 -08:00
liquidraver
a48b185189
DISABLE_DEBUG=1 env variable to build.sh
2026-01-13 12:48:53 +01:00
Liam Cottle
4643f4d3a3
Merge pull request #1378 from recrof/ikoka-cleanup
...
cleanup ikoka variants and add all supported sensors
2026-01-13 17:21:24 +13:00
agessaman
58cdd60c48
Add owner configuration commands to MQTT_IMPLEMENTATION.md
...
- Introduced commands to get and set the owner public key and email address.
- Specified that these commands are available via the serial console only.
- Added example usage for owner configuration in the documentation.
2026-01-12 18:47:25 -08:00
Liam Cottle
77257a376b
Merge pull request #1377 from recrof/t3s3-sx1276-fix
...
FIX: remove serial debug logging from t3s3 sx1276 companion usb
2026-01-13 10:34:45 +13:00
Rastislav Vysoky
324eab9394
cleanup ikoka variants and add all supported sensors
2026-01-12 19:29:32 +01:00
Rastislav Vysoky
266e4893fd
remove serial debug logging from t3s3 sx1276 companion usb
2026-01-12 19:19:23 +01:00
Scott Powell
bafbfaf2b5
Merge branch 'regions-request' into dev
2026-01-12 17:48:19 +11:00
Scott Powell
69a71d0e25
* repeater login response, FIRMWARE_VER_LEVEL now bumped to 2
2026-01-12 17:47:51 +11:00
Scott Powell
b6110eee38
* new req/resp (after login): REQ_TYPE_GET_OWNER_INFO (includes firmware-ver)
...
* ANON_REQ_TYPE_OWNER, firmware-ver removed (security exploit)
* ANON_REQ_TYPE_BASIC, formware-ver removed, just remote clock + some 'feature' bits
* CTL_TYPE_NODE_DISCOVER_REQ now ingored if 'repeat off' has been set
2026-01-12 16:58:35 +11:00
Scott Powell
4e4f6d92a0
* ANON_REQ_TYPE_VER_OWNER now delimited by newline chars
2026-01-09 16:32:08 +11:00
Scott Powell
65796c8f20
* CommonCLI: added "set name ..." validation
...
* ANON_REQ_TYPE_VER_OWNER, now removes commas from node_name
2026-01-09 16:28:08 +11:00
agessaman
ffa2a1ecdd
Refactor advert timer calculation in MyMesh and SensorMesh for type consistency
...
- Updated the advert timer calculation to explicitly cast the advert interval to an integer type, ensuring consistent behavior across different mesh implementations.
- Enhanced the savePrefs function in CommonCLI to trigger advert timer updates when the advert interval changes, improving responsiveness to user configuration changes.
- Removed the aggressive 4-hour health check in MQTTBridge to prevent connection instability, allowing the MQTT client library to manage connection health internally.
2026-01-08 20:57:28 -08:00
Scott Powell
fd69acb421
* new ANON_REQ_TYPE_VER (for just simple clock + ver info)
2026-01-09 13:54:18 +11:00
Scott Powell
2a035ad816
* ANON_REQ_TYPE_VER_OWNER, now includes node_name
2026-01-09 13:20:20 +11:00
Scott Powell
5475043083
* new ANON_REQ_TYPE_VER_OWNER
...
* CommonCLI: new "get/set owner.info ..."
2026-01-09 11:07:31 +11:00
Liam Cottle
5b7f66712c
Merge pull request #1337 from fmckeogh/dev
...
Fix capitalization in T1000-E manufacturer string
2026-01-08 23:31:10 +13:00
Scott Powell
5cc44dd802
* ANON_REQ_TYPE_REGIONS now direct only, with reply_path encoded in request
2026-01-08 13:20:52 +11:00
Ferdia McKeogh
55fc03b109
Fix capitalization in T1000-E manufacturer string
2026-01-07 14:24:25 +01:00
Scott Powell
8d51126956
Merge branch 'dev' into regions-request
2026-01-08 00:21:08 +11:00
Liam Cottle
ff973e43b9
Merge pull request #1334 from olanwe/wifi-queuesize
...
Apply #1331 to other WiFi companions
2026-01-07 22:47:13 +13:00
ripplebiz
3eaaf96ed3
Merge pull request #1300 from fschrempf/fix-rak4631-gps
...
Fix RAK4631 GPS Detection
2026-01-07 14:56:58 +11:00
ripplebiz
ebfe6e4ba5
Merge pull request #1320 from alex-vg/dev
...
Add Xiao_S3_WIO WiFi companion env (Xiao_S3_WIO_companion_radio_wifi)
2026-01-07 14:37:32 +11:00
Oliver Weyhmüller
a7a6bb51ce
Apply #1331 to other WiFi companions
2026-01-07 03:40:00 +01:00
Liam Cottle
c14362d80f
Merge pull request #1331 from an0key/wifi-offlinequeuesizemissing
...
OFFLINE_QUEUE_SIZE for Heltec Wifi companions
2026-01-07 10:46:56 +13:00
Luke
d4a2e5789f
OFFLINE_QUEUE_SIZE for Heltec Wifi companions
...
OFFLINE_QUEUE_SIZE missing from h3/h4 wifi companions, causing them only store 16 messages.
2026-01-06 14:49:15 +00:00
alex-vg
818f5e9da5
variants: Xiao_S3_WIO: Add WiFi companion env
2026-01-05 02:25:30 +01:00
ripplebiz
09005fa455
Merge pull request #1308 from liamcottle/fix/wifi-interface-frames
...
Fix: WiFi Interface Frame Parsing
2026-01-04 16:19:57 +11:00
liamcottle
8708fa012a
simplify reading frame header
2026-01-04 17:43:25 +13:00
ripplebiz
c5c67ee1a5
Merge pull request #1313 from recrof/thinknode_m6_companion_fix
...
fix compilation errors for m6 companion roles
2026-01-04 13:30:52 +11:00
Liam Cottle
badcefb9f8
Merge pull request #1317 from cj-vana/fix/typos
...
Fix typos in README and source comments
2026-01-04 14:57:43 +13:00