[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-09-02 16:42:38 +00:00
parent 224c33ec1d
commit 58af5b658b
2 changed files with 4 additions and 7 deletions

View file

@ -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) {