[GH-ISSUE #1434] problem using WiFiManager together with WebSerial #1225

Closed
opened 2026-02-28 01:29:07 +03:00 by kerem · 2 comments
Owner

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

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
kerem closed this issue 2026-02-28 01:29:07 +03:00
Author
Owner

@MAWMN commented on GitHub (Jun 22, 2022):

all problems solved..

<!-- gh-comment-id:1163277480 --> @MAWMN commented on GitHub (Jun 22, 2022): all problems solved..
Author
Owner

@tablatronix commented on GitHub (Jun 22, 2022):

I have an async branch I have started working on /testing Hope that helps in the future

<!-- gh-comment-id:1163302909 --> @tablatronix commented on GitHub (Jun 22, 2022): I have an async branch I have started working on /testing Hope that helps in the future
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#1225
No description provided.