ESP32 Native version of Blinky, featureful controller code for WS2811/WS2812/NeoPixels
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- 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
|