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
I just noticed that the async-mqtt-client is compiled and linked into the bin even when the WLED_DISABLE_MQTT flag is set.
by deleting the entire folder from the src/dependencies folder, the bin file is 3.2k smaller
add -D WLED_DISABLE_MQTT flag to platformio.ini file build the project notice that the async-mqtt-client is still listed as being compile and linked
delete the async-mqtt-client folder from the src/dependencies folder see that the bin is 3200 bytes smaller
async-mqtt-client is not linked and/or included in the .bin file
Self-Compiled
WLED 0.15.1.beta2
ESP32
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I just noticed that the async-mqtt-client is compiled and linked into the bin even when the WLED_DISABLE_MQTT flag is set.
by deleting the entire folder from the src/dependencies folder, the bin file is 3.2k smaller
To Reproduce Bug
add -D WLED_DISABLE_MQTT flag to platformio.ini file
build the project
notice that the async-mqtt-client is still listed as being compile and linked
delete the async-mqtt-client folder from the src/dependencies folder
see that the bin is 3200 bytes smaller
Expected Behavior
async-mqtt-client is not linked and/or included in the .bin file
Install Method
Self-Compiled
What version of WLED?
WLED 0.15.1.beta2
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: