1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-13 02:22:55 +03:00

Add ::updateBaudRate(unsigned long baud) to change the baudrate after begin was called (#6494)

This commit is contained in:
Jeroen88
2019-09-16 16:43:27 +02:00
committed by Earle F. Philhower, III
parent efb8aaa5fb
commit f5a7318f2f
2 changed files with 14 additions and 3 deletions

View File

@ -88,6 +88,8 @@ public:
void end();
void updateBaudRate(unsigned long baud);
size_t setRxBufferSize(size_t size);
size_t getRxBufferSize()
{