mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
add initial version of asynchronous webserver
This commit is contained in:
parent
ace426cf2c
commit
34ab0a0900
6 changed files with 217 additions and 0 deletions
6
Software/USER_SETTINGS.cpp
Normal file
6
Software/USER_SETTINGS.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "USER_SETTINGS.h"
|
||||
|
||||
const char* ssid = "REPLACE_WITH_YOUR_SSID"; // maximum of 63 characters;
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue