Skip to content

bluetooth.cpp fails on #include <EEPROM.h> #143

@tarbault

Description

@tarbault

Hello,
I'm collaborating on the teensybat project (https://www.teensybat.com/)

Recent compilations using MTP libraries fail in bluetooth.cpp on line 35
#include <EEPROM.h>

Replacing the line with an absolute path like
#include "C:\Users\xxxx.platformio\packages\framework-arduinoteensy\libraries\EEPROM\EEPROM.h"
solves the problem (although it's not very clean...)

I'm not good enough to offer a "real" solution, but I thought describing the problem would help

Thanks in advance.

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