Replies: 4 comments
-
@happy12 However, I will consider improvements to avoid multiple declarations of the
Incidentally, this error has been attempted to be fixed by ESP32 Core in the past, but has not been completely avoided due to Fixed: espressif/arduino-esp32#4884 |
Beta Was this translation helpful? Give feedback.
-
maybe it's because I use "ESPAsyncWebServer-esphome" and not "Webserver"? |
Beta Was this translation helpful? Give feedback.
-
I don't know. And I have no way of knowing that you were using ESPAsyncWebServer, which was forked to conform to ESPHome. But it is possible to investigate and determine the cause. Of course you can do it yourself. I need the information commented on here if I will do an investigation. You say that compilation errors occur, but I have seen no evidence. I am sure that multiple inclusion of The following SDKs and libraries include
The WebServer library includes |
Beta Was this translation helpful? Give feedback.
-
Insufficient information provided makes it difficult to continue the survey. Since this is not an AutoConnect issue, I will move to Discussion and await similar reports from other users. |
Beta Was this translation helpful? Give feedback.
-
The compiler errors out with:
'HTTP_PUT' conflicts with a previous declaration
Under PlatformIO:
[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = arduino
Beta Was this translation helpful? Give feedback.
All reactions