mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Merge branch 'improvement/moar-common-image' of github.com:dalathegreat/Battery-Emulator into improvement/moar-common-image
This commit is contained in:
commit
bf6e4c8a0f
2 changed files with 4 additions and 6 deletions
|
@ -29,8 +29,6 @@ std::string ssid;
|
||||||
std::string password;
|
std::string password;
|
||||||
std::string passwordAP;
|
std::string passwordAP;
|
||||||
|
|
||||||
// MQTT
|
|
||||||
|
|
||||||
const char* mqtt_topic_name =
|
const char* mqtt_topic_name =
|
||||||
"BE"; // Custom MQTT topic name. Previously, the name was automatically set to "battery-emulator_esp32-XXXXXX"
|
"BE"; // Custom MQTT topic name. Previously, the name was automatically set to "battery-emulator_esp32-XXXXXX"
|
||||||
const char* mqtt_object_id_prefix =
|
const char* mqtt_object_id_prefix =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue