[GH-ISSUE #1550] error: 'class ESP8266WiFiClass' has no member named 'softAPSSID' #1323

Closed
opened 2026-02-28 01:29:35 +03:00 by kerem · 1 comment
Owner

Originally created by @remcovano on GitHub (Jan 15, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1550

Basic Infos

Compiling with Wifimanager.h fails. Even the example code that is provided in the Arduino IDE
using a fresh install of Arduino and Wifimanager 2.0.15-rc.1

C:\Users\USER\OneDrive\Documenten\Arduino\libraries\WiFiManager\WiFiManager.cpp: In member function 'String WiFiManager::getInfoData(String)':
C:\Users\USER\OneDrive\Documenten\Arduino\libraries\WiFiManager\WiFiManager.cpp:2191:44: error: 'class ESP8266WiFiClass' has no member named 'softAPSSID'
     p.replace(FPSTR(T_1),htmlEntities(WiFi.softAPSSID()));

Hardware

WiFimanager Branch/Release: 2.0.15-rc.1

Esp8266/Esp32: ESP8266
Hardware: NodeMCU v2

Originally created by @remcovano on GitHub (Jan 15, 2023). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1550 ### Basic Infos Compiling with Wifimanager.h fails. Even the example code that is provided in the Arduino IDE using a fresh install of Arduino and Wifimanager 2.0.15-rc.1 ``` C:\Users\USER\OneDrive\Documenten\Arduino\libraries\WiFiManager\WiFiManager.cpp: In member function 'String WiFiManager::getInfoData(String)': C:\Users\USER\OneDrive\Documenten\Arduino\libraries\WiFiManager\WiFiManager.cpp:2191:44: error: 'class ESP8266WiFiClass' has no member named 'softAPSSID' p.replace(FPSTR(T_1),htmlEntities(WiFi.softAPSSID())); ``` #### Hardware WiFimanager Branch/Release: 2.0.15-rc.1 Esp8266/Esp32: ESP8266 Hardware: NodeMCU v2
kerem closed this issue 2026-02-28 01:29:35 +03:00
Author
Owner

@remcovano commented on GitHub (Jan 15, 2023):

Using another board manager for my board fixed it
Sorry.

<!-- gh-comment-id:1383235382 --> @remcovano commented on GitHub (Jan 15, 2023): Using another board manager for my board fixed it Sorry.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1323
No description provided.