Bodmer / JPEGDecoder

A JPEG decoder library
Other
220 stars 64 forks source link

ESP8266 SD library woes #44

Closed datasith closed 4 years ago

datasith commented 4 years ago

On a clean install (version 1.8.9) using an ESP8266 board I get this error:

Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
 #error Architecture or board not supported

I'm using code that's worked fine in the past. I even tried to simply run the SPIFFS example (obviously installing your TFT_eSPI library) to no avail. Any advise?

Bodmer commented 4 years ago

Try running just the SD library examples. Do they work?

Bodmer commented 4 years ago

See this post and discussion.

Bodmer commented 4 years ago

Assumed to be resolved.