mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
catching up (trying to) wiht CSpot
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#endif
|
||||
|
||||
#include <pthread.h>
|
||||
#include <string>
|
||||
|
||||
namespace bell
|
||||
{
|
||||
@@ -51,6 +52,7 @@ namespace bell
|
||||
}
|
||||
else
|
||||
{
|
||||
printf("task on internal %s", this->taskName.c_str());
|
||||
esp_pthread_cfg_t cfg = esp_pthread_get_default_config();
|
||||
cfg.stack_size = stackSize;
|
||||
cfg.inherit_cfg = true;
|
||||
|
||||
Reference in New Issue
Block a user