feat(console): Added component with mqtt command

This commit is contained in:
Abhik Roy
2024-01-31 23:22:45 +11:00
parent 849fe7b6cb
commit 1fcc5b1d56
19 changed files with 1004 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
menu "MQTT Configuration"
config MQTT_CMD_AUTO_REGISTRATION
bool "Enable Console command mqtt Auto-registration"
default y
help
Enabling this allows for the autoregistration of the wifi command.
config MQTT_BROKER_URL
string "Broker URL or IP address"
default "mqtt://mqtt.eclipseprojects.io"
help
URL or IP address of the broker to connect to
endmenu