esp32-micro-sdcard icon indicating copy to clipboard operation
esp32-micro-sdcard copied to clipboard

'File' does not name a type

Open KK4HFJ opened this issue 2 years ago • 1 comments

I've downloaded and included the libraries:

#include "UDHttp.h" #include "mySD.h>"

When I try to compile,

Demo 39: ESP32/8266 multipart upload a file and download a file via HTTP

I get the above error. I am using a ESP32 and Arduino 2.0.3

It bombs on:

File root;

KK4HFJ avatar Feb 01 '23 17:02 KK4HFJ

ah, missed the ext::File instead of File instruction. Probably should update the sample code? Now I have new issues, but will create a different issue for that.

KK4HFJ avatar Feb 01 '23 18:02 KK4HFJ