feat: topic name for sensor update can now be set in terminal
This commit is contained in:
committed by
Sylvan Arnold
parent
32618389d1
commit
6b75285228
@@ -14,12 +14,17 @@ McuMinINI write settings.ini WiFi pass "YOUR_PASSWORD"
|
||||
|
||||
### MQTT
|
||||
|
||||
Broker informations:
|
||||
```shell
|
||||
McuMinINI write settings.ini MQTT broker "BROKER_NAME"
|
||||
McuMinINI write settings.ini MQTT user "USERNAME"
|
||||
McuMinINI write settings.ini MQTT pass "PASSWORD"
|
||||
```
|
||||
|
||||
Topic name:
|
||||
```shell
|
||||
McuMinINI write settings.ini MQTT topic_sensor_update "<user>/<room>/<device>/update"
|
||||
```
|
||||
|
||||
## Build
|
||||
Project has `Debug`, `Release` and `Test` targets, using CMake Presets.
|
||||
|
||||
Reference in New Issue
Block a user