mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Web Server Authentication
This commit is contained in:
parent
a4e56d4b04
commit
1647a4c572
5 changed files with 77 additions and 8 deletions
|
@ -24,6 +24,8 @@ extern std::string password;
|
|||
extern const uint8_t wifi_channel;
|
||||
extern const char* ssidAP;
|
||||
extern const char* passwordAP;
|
||||
extern const char* http_username;
|
||||
extern const char* http_password;
|
||||
|
||||
// Common charger parameters
|
||||
extern float charger_stat_HVcur;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue