mirror of
https://github.com/okalachev/flix.git
synced 2026-09-06 00:10:58 +00:00
Remove reboot requirement when changing RC_RX_PIN
This commit is contained in:
+1
-1
@@ -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]},
|
||||
|
||||
Reference in New Issue
Block a user