nootropicdesign / lora-mesh

LoRa mesh networking
MIT License
350 stars 128 forks source link

Fixed writing into EEPROM memory #1

Open ankhiira opened 5 years ago

ankhiira commented 5 years ago

Before adding functions EEPROM.begin(EEPROM_SIZE); and EEPROM.commit();, there was problem with writing value into EEPROM memory on ESP32. With the two added functions it works well.

nootropicdesign commented 5 years ago

This only compiles for ESP platforms, though. Can you make your change conditional so it doesn't break compilation on every other platform?

ankhiira commented 5 years ago

This only compiles for ESP platforms, though. Can you make your change conditional so it doesn't break compilation on every other platform?

Yes, sure.