Skip to content

Commit f328e4c

Browse files
committed
Attempt to fix TTGO-LoRa32 crash
1 parent 003aab4 commit f328e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNode_Firmware_CE.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <SPI.h>
1818
#include "Utilities.h"
1919

20-
#if BOARD_MODEL == BOARD_HELTEC32_V3
20+
#if MCU_VARIANT == MCU_ESP32
2121
// Default stack size for loop function on Heltec32 V3 is not large enough,
2222
// must be increased to 11kb to prevent crashes.
2323
SET_LOOP_TASK_STACK_SIZE(11 * 1024); // 11KB

0 commit comments

Comments
 (0)