mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-02 17:29:22 +02:00
Make Wifi use actual set SSID for AP
This commit is contained in:
parent
18ee9d6c27
commit
9943406836
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ void init_mDNS() {
|
|||
}
|
||||
|
||||
void init_WiFi_AP() {
|
||||
ssidAP = std::string("BatteryEmulator") + WiFi.macAddress().c_str();
|
||||
|
||||
DEBUG_PRINTF("Creating Access Point: %s\n", ssidAP.c_str());
|
||||
DEBUG_PRINTF("With password: %s\n", passwordAP.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue