Added Compatibility to ESP32 ESP8266 #150
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added compatibility for espressifs esp32 and esp8266
Based on the idea from mostafahk in PR#70 which seems kind of abandoned (last commit 2 years ago)
As the serial configuration enum is defined as int32 on the ESP (instead of int16 or the other platforms), so made the datatype Dynamic.
This code change will enable the ModbusLibrary to compile sucessfully for ESP32 and ESP8266, but in order to work on those platforms the approriate PR in the RS485 Library will alo have to be merged.