Some changes

This commit is contained in:
2026-02-18 18:39:50 +01:00
parent 015079b151
commit ebeb452ded
12 changed files with 641 additions and 377 deletions

View File

@@ -5,6 +5,7 @@
#include "TEF6686.h"
#include "constants.h"
#include "change_detector.h"
#include "nonvolatile.h"
#include "language.h"
#include <WiFi.h>
#include <WiFiUdp.h>
@@ -261,6 +262,7 @@ extern String XDRGTK_key;
extern Detector<String, 1> XDRGTKRDS;
extern uint16_t BW;
extern uint16_t MStatus;
extern bool modLevelForceRedraw;
extern uint16_t SWMIBandPos;
extern uint16_t SWMIBandPosold;
extern uint16_t TouchCalData[5];