mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-06-10 20:09:19 +03:00
Пробуем Stream для Esp32
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
extern SoftwareSerial* myUART;
|
||||
#else
|
||||
#include <HardwareSerial.h>
|
||||
extern HardwareSerial* myUART;
|
||||
extern Stream* myUART;
|
||||
#endif
|
||||
Reference in New Issue
Block a user