Remove reboot requirement when changing RC_RX_PIN

This commit is contained in:
Oleg Kalachev
2026-05-13 01:27:01 +03:00
parent 76af83fc88
commit f8a9f1f838
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ Parameter parameters[] = {
{"MOT_PWM_MIN", &pwmMin},
{"MOT_PWM_MAX", &pwmMax},
// rc
{"RC_RX_PIN", &rcRxPin},
{"RC_RX_PIN", &rcRxPin, setupRC},
{"RC_ZERO_0", &channelZero[0]},
{"RC_ZERO_1", &channelZero[1]},
{"RC_ZERO_2", &channelZero[2]},