bulk update

This commit is contained in:
2026-01-05 22:34:51 +01:00
parent 7408bd9eac
commit ec9800d180
18 changed files with 824 additions and 208 deletions

View File

@@ -12,8 +12,8 @@ using fs::FS;
#include <WebServer.h>
#include <SPIFFS.h>
#include "NTPupdate.h"
#include "WiFiConnect.h"
#include "WiFiConnectParam.h"
#include <WiFiConnect.h>
#include <WiFiConnectParam.h>
#include "FONT16.h"
#include "FONT16_CHS.h"
#include "FONT28.h"
@@ -43,8 +43,8 @@ using fs::FS;
#define TOUCHIRQ 33
#define EXT_IRQ 14
#define DYNAMIC_SPI_SPEED // uncomment to enable dynamic SPI Speed https://github.com/ohmytime/TFT_eSPI_DynamicSpeed
//#define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board)
#define DYNAMIC_SPI_SPEED
//#define HAS_AIR_BAND
#ifdef ARS
TFT_eSPI tft = TFT_eSPI(320, 240);
@@ -1633,7 +1633,6 @@ void GetData() {
if (!afscreen && !rdsstatscreen) {
if (!screenmute) ShowErrors();
showPTY();
showECC();
showRadioText();
if (millis() >= tuningtimer + 200) doAF();
}