mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-31 04:19:15 +03:00
Исправляем опечатку для ESP32
This commit is contained in:
@@ -37,7 +37,7 @@ class UART : public IoTItem {
|
|||||||
#endif
|
#endif
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
_myUART = new HardwareSerial(2);
|
_myUART = new HardwareSerial(2);
|
||||||
_myUART->begin(speed, SERIAL_8N1, rx, tx);
|
_myUART->begin(_speed, SERIAL_8N1, _rx, _tx);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user