ESP32 Native version of Blinky, featureful controller code for WS2811/WS2812/NeoPixels
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- menu "* Project: MQTT Broker Configuration"
-
- config BROKER_URI
- string "Broker URL"
- default "mqtts://mqtt.eclipseprojects.io:8883"
- help
- URL of an mqtt broker which this client connects to.
-
- config BROKER_USER
- string "Broker user"
- default "blinky"
- help
- Username for the mqtt broker.
-
- config BROKER_PASSWORD
- string "Broker password"
- help
- Password for the mqtt broker.
-
- endmenu
|