Merge branch 'improvement/moar-common-image' of github.com:dalathegreat/Battery-Emulator into improvement/moar-common-image

This commit is contained in:
Daniel Öster 2025-09-02 20:13:59 +03:00
commit bf6e4c8a0f
2 changed files with 4 additions and 6 deletions

View file

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