changed order in setup callsign then config

pull/183/head
alanbjohnston 3 years ago committed by GitHub
parent 305416596d
commit ab03f3a3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,11 +130,6 @@ void setup() {
if (i2c_bus3 == false)
config_simulated_telem();
config_telem();
// setup radio depending on mode
config_radio();
/*
if (check_for_wifi()) {
wifi = true;
@ -162,6 +157,11 @@ void setup() {
sleep(5.0);
/**/
config_telem();
// setup radio depending on mode
config_radio();
start_button_isr();
sampleTime = (unsigned int) millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.