mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-03 16:17:45 +05:00
refactor: reduced tasks stack size
This commit is contained in:
@@ -191,6 +191,10 @@ protected:
|
||||
return "Sensors";
|
||||
}
|
||||
|
||||
uint32_t getTaskStackSize() override {
|
||||
return 7500;
|
||||
}
|
||||
|
||||
BaseType_t getTaskCore() override {
|
||||
// https://github.com/h2zero/NimBLE-Arduino/issues/676
|
||||
#if USE_BLE && defined(CONFIG_BT_NIMBLE_PINNED_TO_CORE)
|
||||
|
||||
Reference in New Issue
Block a user