jirogit
f224a325e6
fix: enable radio.rxgain CLI command for LR1110 (T1000-E)
...
USE_LR1110 was missing from the preprocessor guard in CommonCLI.cpp,
causing both get and set to fail silently on T1000-E:
- get radio.rxgain returned the full radio config string (fell through
to the memcmp("radio", 5) branch)
- set radio.rxgain returned "unknown config" (no branch matched)
Fix: add -D USE_LR1110 to variants/t1000-e/platformio.ini and include
USE_LR1110 in the #if guard on both get and set branches.
CustomLR1110Wrapper already implements setRxBoostedGainMode() and
getRxBoostedGainMode() via the RadioLibWrapper virtual interface,
so no radio-layer changes are required.
Tested on T1000-E: get/set/persist all confirmed working.
2026-05-01 00:31:31 -07:00
..
2026-05-01 00:36:46 +12:00
2026-04-28 15:09:25 +02:00
2026-04-28 15:09:25 +02:00
2026-04-28 15:09:25 +02:00
2026-04-28 15:09:25 +02:00
2026-04-03 19:08:15 -07:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-04-30 14:48:49 +02:00
2026-04-28 15:09:25 +02:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-04-30 22:12:04 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-02-06 02:24:51 +01:00
2026-04-30 22:12:04 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:31:31 -07:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-04-28 15:09:25 +02:00
2026-05-01 00:36:46 +12:00
2026-05-01 00:36:46 +12:00
2026-04-16 20:43:46 +10:00
2026-05-01 00:36:46 +12:00
2026-04-24 11:56:06 +07:00
2026-05-01 00:36:46 +12:00