-
Defineded class "WiFi.h" for ESP32 class to differnt to "ESP8266WiFi.h"
Error in NetWizard.h
.pio/libdeps/esp32-s3-devkitm-1/NetWizard/src/NetWizard.cpp:194:14: error: invalid conversion from 'u…
-
Pretty sure you guys have already thought of this but just an opinion - Last release was more than a year ago. I think you should start releasing minor versions of this core with recent bug fixes and …
-
I'm trying to write a library for my own 'default use' combining ESP-Dash with the other libraries by [ayushsharma82](https://github.com/ayushsharma82).
Here is what i got so far:
Dashboard.h:
…
-
硬路由默认不是eth而是wan和lan接口,建议改成自动检测接口,根据检测出来的接口名称自动匹配:
![image](https://user-images.githubusercontent.com/45259624/236734927-f5f6fc61-93d1-4822-ade2-67266363d97c.png)
![image](https://user-images.githubu…
-
Hello,
Great library. I want to use this library with some other libraries and I'm getting a conflict with the ENUM labels that have been defined. Perhaps you can change it so all ENUM labels (like…
-
I am using the ESPDash library and can access the dashboard at the IP address of my ESP32. For example, I can access it at 192.168.1.95. However, the problem arises when I use the NetWizard library al…
-
NetWizard library ---> default example: Async Demo. The example compiled and uploaded to esp32 dev kit successfully. ESP32 acts as APN. Other devices can connect to it. I can choose SSID and can enter…
-
ESP 32 C6
Code:
/*
-----------------------
ElegantOTA - Demo Example
-----------------------
Skill Level: Beginner
This example provides with a bare minimal app with ElegantOTA…
Fyfth updated
3 months ago
-
Hello
PlatformIO can't compile correctly the code, i found these bugs in compiling via PlatformIO:
1- AsyncTCP RP2040W was added to the project and error when compiling it (I fixed it by removing …
-
Hi there,
For some reason the code won't compile and throw error related with AsyncTCP_RP2040.
However, I am using ESP32-S3 board and nowhere in my code it is defined as RP2040.
I am on platfor…