m-mcgowan / spark-flashee-eeprom

Eeprom emulation using external flash on Particle devices. Includes unit tests cross compiled to regular gcc, and on-device integration tests.
GNU Affero General Public License v3.0
34 stars 8 forks source link

Also support PLATFORM_ID==3 for EepromFlashDevice #25

Closed elcojacobs closed 5 years ago

elcojacobs commented 6 years ago

PLATFORM_ID==3 is not included as allowed platform for EepromFlashDevice, but we're using it in BrewPi with a simulated EEPROM. This code is used in BrewPi, can it be included upstream too?