diff --git a/nano_gui.cpp b/nano_gui.cpp index a3932ac..938ccee 100644 --- a/nano_gui.cpp +++ b/nano_gui.cpp @@ -157,7 +157,6 @@ void displayInit(void){ tft.setRotation(1); xpt2046_Init(); - readTouchCalibration(); } void displayPixel(unsigned int x, unsigned int y, unsigned int c){ diff --git a/ubitx_v6.3.1_code.ino b/ubitx_v6.3.1_code.ino index a25964d..4af8c35 100644 --- a/ubitx_v6.3.1_code.ino +++ b/ubitx_v6.3.1_code.ino @@ -420,6 +420,7 @@ void doRIT(){ * variables. */ void initSettings(){ + LoadDefaultSettings(); LoadSettingsFromEeprom(); } @@ -461,8 +462,8 @@ void setup() Serial.begin(38400); Serial.flush(); - displayInit(); initSettings(); + displayInit(); initPorts(); initOscillators(); setFrequency(globalSettings.vfoA.frequency);