fishpepper / OpenGround

frsky compatible opensource firmware for the flysky fs-i6s
GNU General Public License v3.0
84 stars 30 forks source link

storage_is_valid() not working correctly #5

Open rav-rav opened 7 years ago

rav-rav commented 7 years ago

After flashing the firmware for the first time the storage was not initialized correctly. Modelnames were not available and the display showed weird characters.

I could fix this after using storage_load_defaults(); storage_save(); but it should work from the beginning.