move load_files earlier

pico-v0.13
alanbjohnston 3 years ago committed by GitHub
parent 57aa5ccbb2
commit 59ce56c003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,8 +89,9 @@ void setup() {
// if Pi is present, run Payload OK software // if Pi is present, run Payload OK software
// otherwise, run CubeSatSim Pico code // otherwise, run CubeSatSim Pico code
Serial.println("\n\nCubeSatSim Pico v0.1 starting...\n\n"); Serial.println("\n\nCubeSatSim Pico v0.13 starting...\n\n");
load_files();
/* /*
pinMode(PI_3V3_PIN, INPUT); pinMode(PI_3V3_PIN, INPUT);
Serial.print("Pi 3.3V: "); Serial.print("Pi 3.3V: ");
@ -125,7 +126,6 @@ void setup() {
// setup radio depending on mode // setup radio depending on mode
config_radio(); config_radio();
load_files();
/* /*
if (check_for_wifi()) { if (check_for_wifi()) {
wifi = true; wifi = true;

Loading…
Cancel
Save

Powered by TurnKey Linux.