mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 10:19:29 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
224c33ec1d
commit
58af5b658b
2 changed files with 4 additions and 7 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue