maintenance mode (experimental)
This commit is contained in:
parent
b1e08f0269
commit
e864977b0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user