You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the issue tracker for similar issues to ensure this is not a duplicate
Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
should work if RTU on and ASCII off in sdk config.
Actual behavior (suspected bug)
CONFIG_FMB_COMM_MODE_RTU_EN=y
# CONFIG_FMB_COMM_MODE_ASCII_EN is not set
leads at Compile to:
/managed_components/espressif__esp-modbus/modbus/mb_objects/mb_slave.c:148:11: error: implicit declaration of function 'mbs_ascii_transp_create'; did you mean 'mbs_rtu_transp_create'? [-Wimplicit-function-declaration]
Error logs or terminal output
Steps to reproduce the behavior
just try.
like above.
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu
Shell
Bash
Additional context
No response
The text was updated successfully, but these errors were encountered:
@diplfranzhoepfinger, Thank you for reporting. The issue is known and the fix is here. I am currently busy but going to merge the fix as soon as possible.
Checklist
How often does this bug occurs?
always
Expected behavior
should work if RTU on and ASCII off in sdk config.
Actual behavior (suspected bug)
leads at Compile to:
Error logs or terminal output
Steps to reproduce the behavior
just try.
like above.
Project release version
latest
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu
Shell
Bash
Additional context
No response
The text was updated successfully, but these errors were encountered: