mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #626] sketch_jun18a:11: error: 'wifiManager' does not name a type #525
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nufuk on GitHub (Jun 18, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/626
While trying the example code I get the following error when verifing:
sketch_jun18a:11: error: 'wifiManager' does not name a typeBut I just literally copy & pasted the example from the README.md
@tablatronix commented on GitHub (Jun 18, 2018):
do you have
WiFiManager wifiManager;in head?@nufuk commented on GitHub (Jun 19, 2018):
Hi,
I have copied the example from the README.md.
https://github.com/tzapu/WiFiManager#using
I included the 4 header files including the WiFiManager and then I try to autoconnect but the verifiy (compile) stept fails.
@tablatronix commented on GitHub (Jun 19, 2018):
Why? Just use the examples included in the library. The readme is probably wrong
@nufuk commented on GitHub (Jun 19, 2018):
Thanks, it worked after I used this example:
https://github.com/tzapu/WiFiManager/blob/master/examples/AutoConnect/AutoConnect.ino
maybe someone should update the readme :)
@tablatronix commented on GitHub (Jun 19, 2018):
Not sure whats wrong with it, looks fine to me
@wdmtech commented on GitHub (Oct 8, 2020):
It's because you need the other dependencies that aren't listed - not that easy to figure it out as a beginner (unless you go straight to running the examples).
I'd PR but this project is new to me since this evening so I wouldn't want to touch anything yet!