mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
added username and password from source code
This commit is contained in:
parent
2b72a3c020
commit
ee0a41bcc6
|
@ -186,7 +186,7 @@ Configuring this setting is not yet available for the selected platform. If this
|
||||||
|
|
||||||
### mqtt_password
|
### mqtt_password
|
||||||
|
|
||||||
MQTT password to use (most useful for a custom MQTT server). If using a custom server, this will be honoured even if empty. If using the default server, this will only be honoured if set, otherwise the device will use the default password (TODO - find default password).
|
MQTT password to use (most useful for a custom MQTT server). If using a custom server, this will be honoured even if empty. If using the default server, this will only be honoured if set, otherwise the device will use the default password `large4cats`.
|
||||||
|
|
||||||
#### Configure mqtt_password
|
#### Configure mqtt_password
|
||||||
<Tabs
|
<Tabs
|
||||||
|
@ -290,7 +290,7 @@ Configuring this setting is not yet available for the selected platform. If this
|
||||||
|
|
||||||
### mqtt_username
|
### mqtt_username
|
||||||
|
|
||||||
MQTT username to use (most useful for a custom MQTT server). If using a custom server, this will be honoured even if empty. If using the default server, this will only be honoured if set, otherwise the device will use the default username (TODO - find default username).
|
MQTT username to use (most useful for a custom MQTT server). If using a custom server, this will be honoured even if empty. If using the default server, this will only be honoured if set, otherwise the device will use the default username `meshdev`.
|
||||||
|
|
||||||
#### Configure mqtt_username
|
#### Configure mqtt_username
|
||||||
<Tabs
|
<Tabs
|
||||||
|
|
Loading…
Reference in a new issue