-
-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
Description
Hello !
I recently upgraded my esp32 to an esp32s3 but after several tries with Espressif ide 5.0 and visual code with your recommendations for versions, I realized that I can't build an image for esp32s3 but for esp32 it works fine.
in my logs I find this error " warning : 'eth_netif' defined but not used [-Wunused-variable]
19 | static esp_netif_t *eth_netif = NULL;"
Do you know how I can solve this problem?
Thank you for your project
Regards