mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #1434] problem using WiFiManager together with WebSerial #1225
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#1225
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 @MAWMN on GitHub (Jun 18, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1434
Basic Infos
Hello,
I have a problem in using WiFiManager at the same time as WebSerial in a Program, because the two libraries below are NOT compatible with each other..
used for WiFiManager : #include <ESP8266WebServer.h>
used for WebSerial : #include <ESPAsyncWebServer.h>
is there any way to be able to use both, or the functionality of both ?
Hardware
Esp8266
Hardware: Wemos-D1-mini
Core Version: Core 6.0.2·Home 3.4.2
Description
Problem description
see above
Settings in IDE
PlatformIO
Module: Wemos D1
Additional libraries:
Sketch
n.a.
Debug Messages
incompattible libraries
@MAWMN commented on GitHub (Jun 22, 2022):
all problems solved..
@tablatronix commented on GitHub (Jun 22, 2022):
I have an async branch I have started working on /testing Hope that helps in the future