mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Make AP name configurable
This commit is contained in:
parent
a8d74f5885
commit
69ae0385fb
4 changed files with 11 additions and 1 deletions
|
@ -54,7 +54,7 @@ static uint16_t current_check_interval = WIFI_CHECK_INTERVAL;
|
|||
static bool connected_once = false;
|
||||
|
||||
void init_WiFi() {
|
||||
DEBUG_PRINTF("init_Wifi enabled=%d, apå=%d, ssid=%s, password=%s\n", wifi_enabled, wifiap_enabled, ssid.c_str(),
|
||||
DEBUG_PRINTF("init_Wifi enabled=%d, ap=%d, ssid=%s, password=%s\n", wifi_enabled, wifiap_enabled, ssid.c_str(),
|
||||
password.c_str());
|
||||
|
||||
if (!custom_hostname.empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue