yaacov / ArduinoModbusSlave

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

Fix _serialTransmissionBufferLength on Non-MegaAVR #73

Closed Zeron closed 3 years ago

Zeron commented 3 years ago

Fix _serialTransmissionBufferLength that was broken with MegaAVR support Instead of assuming which define a core will use, just check to see which define exists.

Tested on Arduino UNO, Nano, Mega1280 and NanoEvery

Should Fix #70

yaacov commented 3 years ago

Thanks :green_heart: