Skip to content

Unable to compile on espressif8266 board #10

@Zirafarafa

Description

@Zirafarafa

CSV-Parser requires SD (and SPI), but I get a compilation error on an espressif8266 board.

`SD/utility/Sd2PinMap.h:371:2: error: #error Architecture or board not supported.`

Sd2PinMap.h seems to only support arm:

#if defined(__arm__) // Arduino Due Board follows

Is there any way to use CSV-Parser without importing the SD dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions