bblanchon / ArduinoStreamUtils

💪 Power-ups for Arduino streams
MIT License
257 stars 21 forks source link

STM32 ARDUINO 'EepromStream' does not name a type #11

Closed MINI-Qiang closed 3 years ago

MINI-Qiang commented 3 years ago

https://github.com/stm32duino/Arduino_Core_STM32 https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json my test STM32 “EepromStream” requite “'EepromStream' does not name a type” May not support

bblanchon commented 3 years ago

Hi @MINI-Qiang,

I just fix the support for STM32. Please be aware that STM32 doesn't have EEPROM on board: the EEPROM library uses an emulation base on Flash memory. Unfortunately, this library doesn't use a buffer (as in ESP8266 and ESP32), so it's going to be quite slow.

I'll publish this change in version 1.6.1 very soon.

Best regards, Benoit