faster wake up

This commit is contained in:
2026-01-18 14:32:42 +01:00
parent 0ee9fc32c3
commit 766dffccc6
14 changed files with 82 additions and 82 deletions

View File

@@ -1,10 +1,6 @@
#pragma once
#ifndef DEEPELEC_DP_66X
#define FORBIDDEN_TUNER(x) ((x) != 102 && (x) != 205)
#else
#define FORBIDDEN_TUNER(x) ((x) != 102)
#endif
void Tuner_Patch(byte TEF);
bool Tuner_WriteBuffer(unsigned char *buf, uint16_t len);

View File

@@ -1,6 +1,7 @@
#pragma once
#include "globals.h"
#include "nonvolatile.h"
#include <Hash.h>
void Communication();
@@ -35,4 +36,3 @@ extern void TuneUp();
extern void TuneDown();
extern void ShowTuneMode();
extern const char* textUI(uint16_t number);
extern void saveData();

View File

@@ -315,7 +315,7 @@
#define EE_BYTE_AMSCANSENS 2200
#define EE_BYTE_FMSCANSENS 2201
#define EE_BYTE_FREQFONT 2202
#define EE_BYTE_SKIN 2203
// Empty space, this was not used
#define EE_BYTE_XDRGTKMUTE 2204
#define EE_BYTE_FMAGC 2205
#define EE_BYTE_AMAGC 2206

View File

@@ -96,7 +96,6 @@ extern byte charwidth;
extern byte chipmodel;
extern byte hardwaremodel;
extern byte ContrastSet;
extern byte CurrentSkin;
extern byte CurrentTheme;
extern byte displayflip;
extern byte eonptyold[20];
@@ -172,7 +171,7 @@ extern int batupdatetimer;
extern int berPercentold;
extern int BWAutoColor;
extern int BWAutoColorSmooth;
extern int BWOld;
extern uint16_t BWOld;
extern int bwupdatetimer;
extern int DisplayedSegments;
extern int ForceMono;

View File

@@ -1,3 +1,4 @@
#pragma once
#include <EEPROM.h>
#include "globals.h"
#include "logbook.h"