mirror of
https://github.com/torlando-tech/columba
synced 2026-08-12 18:07:15 -04:00
AutoInterface was using incorrect default ports (48555/49555) that didn't match RNS defaults (29716/42671), preventing peer discovery on local WiFi/Ethernet. Made discovery_port and data_port nullable/optional. When omitted, RNS automatically uses its defaults. This is more future-proof than hardcoding values. - Changed port types from Int to Int? with null default - Updated serialization to only write ports when explicitly set - Updated UI placeholders to show RNS defaults (29716/42671) - Added detekt suppressions for validation function complexity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ble_modules | ||
| drivers | ||
| patches | ||
| android_ble_interface.py | ||
| logging_utils.py | ||
| requirements.txt | ||
| reticulum_wrapper.py | ||
| test_android_ble_driver.py | ||
| test_announce_handler.py | ||