Add persistent magnetometer calibration and docs
This commit is contained in:
+3
-2
@@ -136,8 +136,9 @@ void setup() {
|
||||
screenLine_2 = screenLine_3;
|
||||
screenLine_3 = "Initialize LittleFS";
|
||||
oled_update();
|
||||
if(InfoPrint == 1){Serial.println("Initialize LittleFS for Flash files ctrl.");}
|
||||
initFS();
|
||||
if(InfoPrint == 1){Serial.println("Initialize LittleFS for Flash files ctrl.");}
|
||||
initFS();
|
||||
imuLoadMagnCalibration();
|
||||
|
||||
// init the funcs in switch_module.h
|
||||
screenLine_2 = screenLine_3;
|
||||
|
||||
Reference in New Issue
Block a user