Skip to content

Commit 67a95a3

Browse files
committed
Update OpenLog_Artemis.ino
1 parent 1718b55 commit 67a95a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firmware/OpenLog_Artemis/OpenLog_Artemis.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,6 @@ void setup() {
378378

379379
enableCIPOpullUp(); // Enable CIPO pull-up _after_ beginSD
380380

381-
beginIMU(); //61ms
382-
383381
loadSettings(); //50 - 250ms
384382

385383
if (settings.useTxRxPinsForTerminal == true)
@@ -444,6 +442,8 @@ void setup() {
444442
beginSerialOutput(); // Begin serial data output on the TX pin
445443
}
446444

445+
beginIMU(); //61ms
446+
447447
if (online.microSD == true) SerialPrintln(F("SD card online"));
448448
else SerialPrintln(F("SD card offline"));
449449

0 commit comments

Comments
 (0)