mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
precommit fix
This commit is contained in:
parent
b8c29f6fc0
commit
5b0f088299
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ IPAddress subnet(255, 255, 255, 0);
|
|||
const char* http_username = "admin"; // username to webserver authentication;
|
||||
const char* http_password = "admin"; // password to webserver authentication;
|
||||
|
||||
#endif // WEBSERVER
|
||||
#endif // WEBSERVER
|
||||
// MQTT
|
||||
#ifdef MQTT
|
||||
const char* mqtt_user = "REDACTED"; // Set NULL for no username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue