Minor fixes

This commit is contained in:
Oleg Kalachev
2025-07-14 12:05:16 +03:00
parent 6b38070e43
commit 32874b92fd
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ float channelMax[16]; // calibration max values
// Channels mapping (using float to store in parameters):
float rollChannel = NAN, pitchChannel = NAN, throttleChannel = NAN, yawChannel = NAN, armedChannel = NAN, modeChannel = NAN;
void setupRC() {
print("Setup RC\n");
RC.begin();