We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Just wondering if anyone else can get the current build to compile in platfromio seems like async might be out of date or something
The text was updated successfully, but these errors were encountered:
the github action is also broken: https://github.com/zivillian/esp32-modbus-gateway/actions/runs/9274726451
Sorry, something went wrong.
the failing github action is complaining about errors in WiFiManager
error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t' {aka 'unsigned int'}
which is caused by the -Wall -Werror flags and already addressed by the (not yet merged) PR tzapu/WiFiManager#1740
-Wall -Werror
fixed in 1ed404a
No branches or pull requests
Hi
Just wondering if anyone else can get the current build to compile in platfromio
seems like async might be out of date or something
The text was updated successfully, but these errors were encountered: