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
View File
@@ -43,6 +43,7 @@ void print(const char* format, ...);
void pause(float duration);
void doCommand(String str, bool echo);
void handleInput();
void setupRC();
void normalizeRC();
void calibrateRC();
void calibrateRCChannel(int*, uint16_t[16], uint16_t[16], const char*);