kopia lustrzana https://github.com/OpenRTX/OpenRTX
Disable writing settings until DFU support is ready
rodzic
f5a2f8c1ce
commit
fb3c055f85
|
@ -76,7 +76,8 @@ void state_init()
|
||||||
if(valid != 0)
|
if(valid != 0)
|
||||||
{
|
{
|
||||||
state.settings = default_settings;
|
state.settings = default_settings;
|
||||||
nvm_writeSettings(&state.settings);
|
// NOTE: Settings writing disabled until DFU is implemented
|
||||||
|
//nvm_writeSettings(&state.settings);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue