(03-03-2023, 10:33 AM)admin Wrote: my means: do you have installed "ESP32 v2.0 board" in arduino IDE.
not error "WebServer_WT32_ETH01.h: No such file or directory" , is wrong of your arudino environment.
For the product: KinCony KC868-A32 Rev:1.2
With arduino: 2.0.4
With the custom libraries below:
CF8574_library.zip
WebServer_WT32_ETH01 (click Code button, and download zip)
When I open up the arduino, It wants to update the custom libraries. I Updated
Then I restarted the Arduino.
Then, I could able to compile the project with below warnings:
Code:
In file included from C:\me\codes\arduino\KinCony\KC868-A32_Web_Server - ETH\KC868-A32_Ethernet-WebServer\KC868-A32_Ethernet-WebServer.ino:14:0:
c:\me\codes\arduino\libraries\WebServer_WT32_ETH01-main\src/WebServer_WT32_ETH01.h:47:6: warning: #warning Using code for ESP32 core v1.0.6- in WebServer_WT32_ETH01.h [-Wcpp]
#warning Using code for ESP32 core v1.0.6- in WebServer_WT32_ETH01.h
^
c:\me\codes\arduino\libraries\WebServer_WT32_ETH01-main\src/WebServer_WT32_ETH01.h:60:4: warning: #warning Using ESP32 architecture for WebServer_WT32_ETH01 [-Wcpp]
#warning Using ESP32 architecture for WebServer_WT32_ETH01
^