mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #228] no known conversion for argument 2 from 'char (*)[20]' to 'char*' #189
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#189
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 @ovi1337 on GitHub (Sep 29, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/228
Hi i'm using Platformio and would like to use your library for an ESP8266, but i can't use addParameter for strings, because i will get this error:
Here is the whole error log of the compiling:
If i'm commenting out the line
configManager.addParameter("name", &config.name, 20);can i compile and use your library without any problems. But then i can't use strings/chars :(Here is my main.cpp
Can you help find out the problem and/or are you be able to help me for this problem?