mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-14 03:46:49 +03:00
one command function, to save on heap
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#define EMSESP_COMMAND_RUNNING_CORE 1
|
||||
#endif
|
||||
#ifndef EMSESP_COMMAND_STACKSIZE
|
||||
#define EMSESP_COMMAND_STACKSIZE 8192
|
||||
#define EMSESP_COMMAND_STACKSIZE 8192 // needed for TLS
|
||||
#endif
|
||||
#ifndef EMSESP_COMMAND_PRIORITY
|
||||
#define EMSESP_COMMAND_PRIORITY 1
|
||||
|
||||
Reference in New Issue
Block a user