SukkoPera/Webbino

SDonly example error

vangalvin opened this issue · 1 comments

I am trying to see if Webbino will allow me to set up some file access options for a bungh of log files stored on the SD. Tested out the SD Only example on an ESP32 Wireless Shell with the misroSD using pin 9.

Defined the following that from the docs seems to be correct for the ESP32 and the SD is preformatted with SdFat.

#define WEBBINO_USE_WIFI
#define WEBBINO_ENABLE_SDFAT

The error i am getting is..
'SdStorage' does not name a type

Any sugestions, or have i missed something?

Fixed that issue. Looks like you need to change it manually in the webbino_config.h instead of defining it extrenally.