mirror of
https://github.com/torlando-tech/columba
synced 2026-08-12 18:07:15 -04:00
The Python RNode interface hardcoded a 22 dBm maximum TX power, which rejected valid regional settings (US allows 30 dBm, NZ allows 36 dBm). Changes: - Update Python validation to accept TX power up to 36 dBm (NZ max) - Add Python tests for regional TX power limits (US 30, EU 27, NZ 36) - Add Kotlin tests for NZ region validation (36 dBm max) The Kotlin validator already correctly uses regional limits. The RNode firmware provides final hardware validation and returns error 0x40 if TX power exceeds device capability. 🤖 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 | ||
| columba_logo.py | ||
| logging_utils.py | ||
| requirements.txt | ||
| reticulum_wrapper.py | ||
| rnode_interface.py | ||
| test_android_ble_driver.py | ||
| test_announce_handler.py | ||
| test_rnode_interface.py | ||