yaacov / ArduinoModbusSlave

Modbus slave library for Arduino
ISC License
205 stars 75 forks source link

Fix ESP32/ESP8266 Serial Buffer Size #91

Closed device111 closed 2 years ago

device111 commented 2 years ago

Fix ESP32/ESP8266 Buffer Size to 256 Bytes, which is default in the Arduino Core.

yaacov commented 2 years ago

:green_heart: