[GH-ISSUE #225] setAPConfig not existing in the API #185

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

Originally created by @ghost on GitHub (Sep 4, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/225

HI, the call to setAPConfig in the line
wifiManager.setAPConfig(IPAddress(10,0,1,1), IPAddress(10,0,1,1), IPAddress(255,255,255,0)); in a example sketch is not existing in the API (.h / .c / .ino) nor in the github repo.

AutoConnect:20: error: 'class WiFiManager' has no member named 'setAPConfig'

 wifiManager.setAPConfig(IPAddress(10,0,1,1), IPAddress(10,0,1,1), IPAddress(255,255,255,0));

             ^
Originally created by @ghost on GitHub (Sep 4, 2016). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/225 HI, the call to setAPConfig in the line wifiManager.setAPConfig(IPAddress(10,0,1,1), IPAddress(10,0,1,1), IPAddress(255,255,255,0)); in a example sketch is not existing in the API (.h / .c / .ino) nor in the github repo. AutoConnect:20: error: 'class WiFiManager' has no member named 'setAPConfig' ``` wifiManager.setAPConfig(IPAddress(10,0,1,1), IPAddress(10,0,1,1), IPAddress(255,255,255,0)); ^ ```
kerem closed this issue 2026-02-28 01:23:54 +03:00
Author
Owner

@tablatronix commented on GitHub (Nov 11, 2016):

which example ?

<!-- gh-comment-id:260012173 --> @tablatronix commented on GitHub (Nov 11, 2016): which example ?
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#185
No description provided.