Optimising

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-12-23 16:10:33 +01:00
parent cc15ac6159
commit e27c2f504e
5 changed files with 11 additions and 5 deletions
+1 -4
View File
@@ -6,7 +6,6 @@
#include <Wire.h>
#include <math.h>
#include <TimeLib.h>
#include <ESP32Time.h> // https://github.com/fbiego/ESP32Time/archive/refs/heads/main.zip
#include <TFT_eSPI.h> // https://github.com/ohmytime/TFT_eSPI_DynamicSpeed/archive/refs/heads/master.zip (please then edit the User_Setup.h as described in the Wiki)
#include <Hash.h> // https://github.com/bbx10/Hash_tng/archive/refs/heads/master.zip
#include "src/WiFiConnect.h"
@@ -5212,9 +5211,7 @@ void TuneFreq(int temp) {
}
void NumpadProcess(int num) {
static bool input_mode = false;
if (scandxmode) {
if (scandxmode) {
if (num == 127) cancelDXScan();
} else {
if (num == 127) {