Improve the rc calibration code

More convenient steps order.
Improve the readability a bit.
This commit is contained in:
Oleg Kalachev
2026-05-10 19:05:27 +03:00
parent ee3c6999ab
commit 1f48e379e3
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void doCommand(String str, bool echo);
void handleInput();
void normalizeRC();
void calibrateRC();
void calibrateRCChannel(int *channel, uint16_t zero[16], uint16_t max[16], const char *str);
void calibrateRCChannel(int*, uint16_t[16], uint16_t[16], const char*);
void printRCCalibration();
void printLogHeader();
void printLogData();