feat: topic name for sensor update can now be set in terminal

This commit is contained in:
SylvanArnold
2025-04-29 16:59:06 +02:00
committed by Sylvan Arnold
parent 32618389d1
commit 6b75285228
3 changed files with 11 additions and 4 deletions

View File

@@ -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.