mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
bugfix #ifdefs MQTT without webserver enabled
This commit is contained in:
parent
7448987f53
commit
202141f92e
1 changed files with 1 additions and 1 deletions
|
@ -40,12 +40,12 @@ 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
|
||||
// MQTT
|
||||
#ifdef MQTT
|
||||
const char* mqtt_user = "REDACTED"; // Set NULL for no username
|
||||
const char* mqtt_password = "REDACTED"; // Set NULL for no password
|
||||
#endif // USE_MQTT
|
||||
#endif // WEBSERVER
|
||||
#endif // WIFI
|
||||
|
||||
/* Charger settings (Optional, when using generator charging) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue