Attempt to fix TTGO-LoRa32 crash

This commit is contained in:
jacob.eva 2024-07-26 22:09:23 +01:00
parent 003aab4072
commit f328e4ce4a
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -17,7 +17,7 @@
#include <SPI.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,
// must be increased to 11kb to prevent crashes.
SET_LOOP_TASK_STACK_SIZE(11 * 1024); // 11KB