mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
fix uart bk7231n
This commit is contained in:
@@ -28,6 +28,8 @@ class IoTUart : public IoTItem {
|
||||
protected:
|
||||
#ifdef ESP8266
|
||||
SoftwareSerial* _myUART;
|
||||
#elif LIBRETINY
|
||||
SerialClass* _myUART;
|
||||
#else
|
||||
Stream* _myUART;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user