mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-05 21:04:29 -04:00
Attempt to fix TTGO-LoRa32 crash
This commit is contained in:
parent
003aab4072
commit
f328e4ce4a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include "Utilities.h"
|
#include "Utilities.h"
|
||||||
|
|
||||||
#if BOARD_MODEL == BOARD_HELTEC32_V3
|
#if MCU_VARIANT == MCU_ESP32
|
||||||
// Default stack size for loop function on Heltec32 V3 is not large enough,
|
// Default stack size for loop function on Heltec32 V3 is not large enough,
|
||||||
// must be increased to 11kb to prevent crashes.
|
// must be increased to 11kb to prevent crashes.
|
||||||
SET_LOOP_TASK_STACK_SIZE(11 * 1024); // 11KB
|
SET_LOOP_TASK_STACK_SIZE(11 * 1024); // 11KB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue