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.
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.