mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
well I hope this fixes the build
This commit is contained in:
parent
c8de0d3af9
commit
dff9788b96
8 changed files with 19 additions and 13 deletions
|
@ -36,5 +36,5 @@ const char* ssid = "REPLACE_WITH_YOUR_SSID"; // Maximum of 63 character
|
|||
const char* password = "REPLACE_WITH_YOUR_PASSWORD"; // Minimum of 8 characters;
|
||||
const char* ssidAP = "Battery Emulator"; // Maximum of 63 characters;
|
||||
const char* passwordAP = "123456789"; // Minimum of 8 characters; set to NULL if you want the access point to be open
|
||||
const char* versionNumber = "5.0.1"; // The current software version, shown on webserver
|
||||
const uint8_t wifi_channel = 0; // set to 0 for automatic channel selection
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue