Update ESP32 Arduino Core to v3.0.3

This commit is contained in:
Oleg Kalachev
2024-07-25 02:45:59 +03:00
parent 627233f862
commit e993dde355
4 changed files with 12 additions and 17 deletions

View File

@@ -9,7 +9,7 @@
int channelNeutral[] = {995, 883, 200, 972, 512, 512};
int channelMax[] = {1651, 1540, 1713, 1630, 1472, 1472};
SBUS RC(Serial2);
SBUS RC(Serial2, 16, 17); // NOTE: remove pin numbers (16, 17) if you use the new default pins for Serial2 (4, 25)
void setupRC() {
Serial.println("Setup RC");