-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid conversion from 'uint16_t' to 'SerialConfig' #14
Labels
Comments
I've made my change in a fork and my pull request is here. |
Could someone please merge the according PR? |
per1234
added
type: imperfection
Perceived defect in any part of project
topic: code
Related to content of the project itself
status: in progress
Work is in progress on this
labels
Jan 14, 2023
per1234
added
type: enhancement
Proposed improvement
and removed
type: imperfection
Perceived defect in any part of project
status: in progress
Work is in progress on this
labels
Apr 12, 2024
is this going to be approved soon? would be nice to use a proper release version of the library and keep it updated through the arduino ide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In last update of ESP8266 SDK, I got many errors:
error occurs in
_serial->begin
call.I solved problem with following changes:
In
RS485.h
:In
RS485.cpp
:_serial->begin(baudrate, (RS485_SER_CONF_TYPE)config);
The text was updated successfully, but these errors were encountered: