Maze X add91bb47b Implement Port 2 (config commands) handler in main.cpp
- Add complete KISS protocol Port 2 command handler supporting all 14 commands:
  GET/SET_RADIO, GET/SET_FREQUENCY, GET/SET_BANDWIDTH, GET/SET_SF,
  GET/SET_CR, GET/SET_POWER, GET/SET_SYNCWORD
- Commands return RES_OK (0x01) or RES_ERROR (0x02) with appropriate payloads
- Responses encoded as KISS frames on Port 2
- All parameters use big-endian encoding per PROJECT.md specification
- Preserves syncword when setting other parameters via SET_RADIO

Verified: Both seeed_xiao_s3_wio_sx1262 and heltec_v3 build without warnings.
2026-03-27 17:38:18 +01:00
2026-03-27 16:46:56 +01:00
2026-03-27 16:46:56 +01:00
Description
LoRa KISS modem
87 KiB
Languages
C++ 54.4%
Python 37.3%
C 8.3%