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

@ -52,10 +52,10 @@ TaskHandle_t mqtt_loop_task;
Logging logging; Logging logging;
std::string mqtt_user; //TODO, move? std::string mqtt_user; //TODO, move?
std::string mqtt_password; //TODO, move? std::string mqtt_password; //TODO, move?
std::string http_username; //TODO, move? std::string http_username; //TODO, move?
std::string http_password; //TODO, move? std::string http_password; //TODO, move?
static std::list<Transmitter*> transmitters; static std::list<Transmitter*> transmitters;
void register_transmitter(Transmitter* transmitter) { void register_transmitter(Transmitter* transmitter) {

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 =