From e864977b0d395e7dd1b806c34aa060a4eeddddbd Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Thu, 4 Mar 2021 21:24:00 +0100 Subject: [PATCH] maintenance mode (experimental) --- src/paxcounter_orig.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/paxcounter_orig.conf b/src/paxcounter_orig.conf index 14481f22..5b9732c4 100644 --- a/src/paxcounter_orig.conf +++ b/src/paxcounter_orig.conf @@ -6,8 +6,11 @@ // // Note: After editing, before "build", use "clean" button in PlatformIO! -// Verbose enables additional serial debug output -#define VERBOSE 1 // set to 0 to silence the device, for mute use build option +// Device options +#define VERBOSE 1 // set to 0 to silence the device, 1 enables additional debug output +#define BOOTMENU 1 // 0 = no bootmenu, 1 = device brings up boot menu before starting application +#define BOOTDELAY 10 // time [seconds] while devices waits in boot menue for input +#define BOOTTIMEOUT 300 // time [seconds] while devices waits to finish upload a firmware file // Payload send cycle and encoding #define SENDCYCLE 30 // payload send cycle [seconds/2], 0 .. 255