ESP-DASH icon indicating copy to clipboard operation
ESP-DASH copied to clipboard

Is library working throw Ethernet

Open gorlanovmax opened this issue 1 year ago • 6 comments

Is your feature request related to a problem? Please describe. For my information, library ESPAsyncWebServer work via Wi-Fi.

In my controller, communication is carried out either via wi-fi or via etnernet I used some another libraries. It is all ok, when controller connected via Wi-Fi But if controller connected via Ethernet, library is not working.

What is situation in this DASH Pro library?

gorlanovmax avatar Jul 10 '23 11:07 gorlanovmax

And also interesting working via SIM800 module

gorlanovmax avatar Jul 10 '23 11:07 gorlanovmax

Just from my own experience and struggling, the Ethernet interface might the the issue here. Perhaps writing some kind of wrapper that disguises the interface so it looks like the WiFi one might help?

adojang avatar Jul 18 '23 10:07 adojang

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still facing the problem, please tag the author of repository and state your concern.

stale[bot] avatar Feb 11 '24 10:02 stale[bot]

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jun 30 '24 06:06 github-actions[bot]

I have a problem here is the error message : In file included from C:\Users\Downloads\esp32_oled_ac_v8.111\esp32_oled_ac_v8.111.ino:48:0: C:\Users\Documents\Arduino\libraries\ESP-DASH\src/ESPDash.h:17:10: fatal error: functional: No such file or directory #include functional ^~~~~~~~~~~~ compilation terminated. exit status 1

Compilation error: exit status 1**

Can someone help me ?

AZERTYUIO1234567890 avatar Jun 30 '24 07:06 AZERTYUIO1234567890

atal error: functional: No such file or directory

you need to specify how you build: IDE, board, versions of libraries, etc.

if you are on AVR, this is not supportd.

mathieucarbou avatar Jun 30 '24 08:06 mathieucarbou

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Aug 02 '24 06:08 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Aug 08 '24 06:08 github-actions[bot]