hint now uses session struct, in preperation for a preference file.

This commit is contained in:
iceman1001
2020-03-16 18:42:34 +01:00
parent 063eeb2610
commit 82077b2f1c
4 changed files with 8 additions and 13 deletions

View File

@@ -55,7 +55,6 @@ extern size_t DemodBufferLen;
extern size_t g_DemodStartIdx;
extern bool showDemod;
extern uint8_t g_debugMode;
extern uint8_t g_showhints;
#ifndef FILE_PATH_SIZE
#define FILE_PATH_SIZE 1000