Closed Steamerzone closed 4 years ago
Have you tried making that change and seeing if the library functions on the STM32F1 device? If so, I can add that to the list of known good implementations.
After the change the library works correctly on the STM32F1 device using PlatformIO with the maple buildcore.
Thanks for a great library! Emile
Implemented change
Hello,
EEPROM.h doesn't get loaded on STM32F1xx devices and errors out. (PlatformIO/maple buildcore)
Suggested change: 11 #if defined(AVR) || defined(ESP32) || defined(ESP8266) || defined(STM32F1)
Greetings, Emile