mirror of https://github.com/e2002/yoradio.git
v0.6.012
This commit is contained in:
parent
3f574d6f12
commit
08798a912a
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.6.010"
|
||||
#define VERSION "0.6.012"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#if CORE_FOR_LOOP_CONTROLS != 255
|
||||
TaskHandle_t TaskCore0;
|
||||
#ifndef CORE_FOR_LOOP_STACK_SIZE
|
||||
#define CORE_FOR_LOOP_STACK_SIZE 16384
|
||||
#define CORE_FOR_LOOP_STACK_SIZE 8192
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue