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'm try to add a boolean parameter, so that if it's enabled, other parameters would be displayed in the captive portal.
specifically something on this line:
[ ] enable MQTT
if the button is selected, then
AsyncWiFiManagerParameter custom_mqtt_server("server", "MQTT server", MQTT_SERVER, 40); AsyncWiFiManagerParameter custom_mqtt_port("port", "MQTT port", MQTT_PORT, 5); AsyncWiFiManagerParameter custom_mqtt_username("username", "MQTT username", MQTT_USER, 100); AsyncWiFiManagerParameter custom_mqtt_password("password", "MQTT password", MQTT_PASSWORD, 100);
would be displayed as UI parameters to be filled in by the user
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm try to add a boolean parameter, so that if it's enabled, other parameters would be displayed in the captive portal.
specifically something on this line:
[ ] enable MQTT
if the button is selected, then
would be displayed as UI parameters to be filled in by the user
The text was updated successfully, but these errors were encountered: