We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003aab4 commit f328e4cCopy full SHA for f328e4c
RNode_Firmware_CE.ino
@@ -17,7 +17,7 @@
17
#include <SPI.h>
18
#include "Utilities.h"
19
20
-#if BOARD_MODEL == BOARD_HELTEC32_V3
+#if MCU_VARIANT == MCU_ESP32
21
// Default stack size for loop function on Heltec32 V3 is not large enough,
22
// must be increased to 11kb to prevent crashes.
23
SET_LOOP_TASK_STACK_SIZE(11 * 1024); // 11KB
0 commit comments