iotappstory / ESP-Library

Software Distribution and Management Over the Air
GNU Lesser General Public License v2.1
124 stars 35 forks source link

Missing IAS.eepFreeFrom #144

Closed Onno-Dirkzwager closed 4 years ago

Onno-Dirkzwager commented 4 years ago

Question on Discord by SiskoBen In the Wiki it mentions to use the var "IAS.eepFreeFrom" but when i try to use it (working on a Wemos D1 Mini in PlatformIO BTW I'm using the latest library " 2.1.0-RC2" according to the PlatformIO library manager) i get a compile error: error: 'class IOTAppStory' has no member named 'eepFreeFrom' I tried finding "eepFreeFrom" on Github in the source but could not find it other than in the keywords.txt file.

Onno-Dirkzwager commented 4 years ago

At this moment, after studying the RC2 changes I made regarding EEPROM (Wifi, Config and added fields), I for now come to the conclusion that I just forgot to put it back in :)

Onno-Dirkzwager commented 4 years ago

Just released RC3

Onno-Dirkzwager commented 4 years ago

Bugfix confirmed by SiskoBen on Discord.