0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

Revert auto-save channel menu settings

This commit is contained in:
OneOfEleven
2023-09-27 23:22:01 +01:00
parent 71c87dbad8
commit c4dc8954e8
5 changed files with 13 additions and 19 deletions

View File

@ -25,6 +25,7 @@
#include "app/main.h"
#include "app/scanner.h"
#include "audio.h"
#include "driver/bk4819.h"
#include "dtmf.h"
#include "frequencies.h"
#include "misc.h"
@ -33,13 +34,6 @@
#include "ui/inputbox.h"
#include "ui/ui.h"
// TEST ONLY
#include "driver/bk4819.h"
//#ifndef ARRAY_SIZE
// #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
//#endif
static void processFKeyFunction(const KEY_Code_t Key, const bool beep)
{
uint8_t Band;