Adafruit_testbed compile error

I am trying to compile code for feather v2 using the adafruit_testbed library. My code throws an error upon compilation (below). I haven't been able to find any reference to this in the forum here or Adafruit. Does anybody know this issue? There are two functions in the testbed header file that reference "file32". I am running the most recent versions of the ESP32 board files and adafruit_testbed library.

Thanks!

Adafruit_TestBed.h:112:54: error: 'File32' has not been declared
112 | uint32_t addr, File32 *fsrc);

Pretty obvious. Start by reading the pinned post re 'How to get the most out of the forum', come back when you have finished and followed.

Thanks for your help.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.