fix uart bk7231n

This commit is contained in:
Mit4el
2025-03-27 23:11:34 +03:00
parent f5ba827488
commit 6765f265ac
2 changed files with 8 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ class IoTUart : public IoTItem {
protected:
#ifdef ESP8266
SoftwareSerial* _myUART;
#elif LIBRETINY
SerialClass* _myUART;
#else
Stream* _myUART;
#endif