mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +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
|
@ -52,10 +52,10 @@ TaskHandle_t mqtt_loop_task;
|
|||
|
||||
Logging logging;
|
||||
|
||||
std::string mqtt_user; //TODO, move?
|
||||
std::string mqtt_password; //TODO, move?
|
||||
std::string http_username; //TODO, move?
|
||||
std::string http_password; //TODO, move?
|
||||
std::string mqtt_user; //TODO, move?
|
||||
std::string mqtt_password; //TODO, move?
|
||||
std::string http_username; //TODO, move?
|
||||
std::string http_password; //TODO, move?
|
||||
|
||||
static std::list<Transmitter*> transmitters;
|
||||
void register_transmitter(Transmitter* transmitter) {
|
||||
|
|
|
@ -29,8 +29,6 @@ std::string ssid;
|
|||
std::string password;
|
||||
std::string passwordAP;
|
||||
|
||||
// MQTT
|
||||
|
||||
const char* mqtt_topic_name =
|
||||
"BE"; // Custom MQTT topic name. Previously, the name was automatically set to "battery-emulator_esp32-XXXXXX"
|
||||
const char* mqtt_object_id_prefix =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue