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.