mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 02:39:57 +02:00
Add SSID/PWD writing from webserver
This commit is contained in:
parent
dd7ffcb09c
commit
99fd0d46b2
7 changed files with 97 additions and 11 deletions
|
@ -18,8 +18,9 @@
|
|||
|
||||
extern const char* version_number; // The current software version, shown on webserver
|
||||
|
||||
extern const char* ssid;
|
||||
extern const char* password;
|
||||
#include <string>
|
||||
extern std::string ssid;
|
||||
extern std::string password;
|
||||
extern const uint8_t wifi_channel;
|
||||
extern const char* ssidAP;
|
||||
extern const char* passwordAP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue