-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Compatibility #543
Comments
This method was added in arduino-esp32 1.0.2. The Arduino IDE does NOT always compile with the latest bits even if you tell it to. The easiest fix is to do a clean install of the Arduino IDE. |
Yes that fixed it... but the existing working Ethernet calls broke. (There was a old issue with ESP / Arduino compatibility. It may have broke again... ) C:\Program Files (x86)\Arduino\libraries\Ethernet\src/Ethernet.h:258:2: error: invalid abstract return type 'EthernetClient' C:\Program Files (x86)\Arduino\libraries\Ethernet\src/Ethernet.h:214:7: note: because the following virtual functions are pure within 'EthernetClient': In file included from C:\Users\dev\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.2\cores\esp32/Arduino.h:157:0, C:\Users\dev\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.2\cores\esp32/Client.h:31:17: note: virtual int Client::connect(IPAddress, uint16_t, int)
C:\Users\dev\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.2\cores\esp32/Client.h:32:17: note: virtual int Client::connect(const char*, uint16_t, int) In file included from C:\Users\james\Documents\Arduino\BRIDGE\HAL.ino:6:0: C:\Program Files (x86)\Arduino\libraries\Ethernet\src/Ethernet.h:259:2: error: invalid abstract return type 'EthernetClient' EthernetClient accept(); |
That is unrelated to ESPAsyncWebServer, that would be espressif/arduino-esp32#2786. |
I'm having same issue but "AsyncTCP.cpp:204:141" instead. Already reinstalled the IDE and still persists. Any help? |
I have this trouble too |
Solved! either you install it manually from: https://github.com/espressif/arduino-esp32/releases/tag/1.0.3-rc1 or you can enable pre-release versions on the Arduino IDE, using the board manager URL: |
HI MajicCat, I 'm new user. can you share how install manual arduino-esp32 framework 1.0.3-rc1. I also have problem like this |
Hi emry78, Download the zip file and replace the files on your Arduino/hardware/espressif/esp32 folder |
Hi jjmonteiro, |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Looks like there is an incompatibility with core ESP (tried 1.01 and 1.02)
C:\Users...\Documents\Arduino\libraries\AsyncTCP\src\AsyncTCP.cpp: In function 'bool _start_async_task()':
C:\Users...\Documents\Arduino\libraries\AsyncTCP\src\AsyncTCP.cpp:201:141: error: 'xTaskCreateUniversal' was not declared in this scope
The text was updated successfully, but these errors were encountered: