mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Support ESP32-C3
User Serial1 for rc instead of Serial2, as ESP32-C3 has only 2 Serials. Add CI build for ESP32-C3.
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ public:
|
||||
void setRxInvert(bool invert) {};
|
||||
};
|
||||
|
||||
HardwareSerial Serial, Serial2;
|
||||
HardwareSerial Serial, Serial1, Serial2;
|
||||
|
||||
class EspClass {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user