Use Serial1 for sbus on all platforms

This commit is contained in:
Oleg Kalachev
2026-05-10 01:17:00 +03:00
parent bcacad7ff8
commit fa848e589e
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ public:
void setRxInvert(bool invert) {};
};
HardwareSerial Serial, Serial2;
HardwareSerial Serial, Serial1, Serial2;
class EspClass {
public: