move things around

This commit is contained in:
2026-01-06 22:07:46 +01:00
parent 0ceb8047e8
commit f0abda9158
16 changed files with 1020 additions and 1027 deletions

View File

@@ -1,5 +1,4 @@
#ifndef GUI_H
#define GUI_H
#pragma once
#include <Arduino.h>
#include <TFT_eSPI.h>
@@ -263,5 +262,4 @@ extern void showAutoSquelch(bool mode);
extern uint8_t doAutoMemory(uint16_t startfreq, uint16_t stopfreq, uint8_t startmem, uint8_t stopmem, bool rdsonly, uint8_t doublepi);
extern void ClearMemoryRange(uint8_t start, uint8_t stop);
extern bool handleCreateNewLogbook();
extern const char* textUI(uint16_t number);
#endif
extern const char* textUI(uint16_t number);