Added board configuration

This commit is contained in:
Mark Qvist 2024-02-08 17:53:23 +01:00
parent 98ee2f6d32
commit 28be170cef
6 changed files with 63 additions and 7 deletions

View file

@ -44,7 +44,9 @@
#include "Device.h"
#endif
#if MCU_VARIANT == MCU_ESP32
#include "soc/rtc_wdt.h"
#if BOARD_MODEL != BOARD_RNODE_NG_22
#include "soc/rtc_wdt.h"
#endif
#define ISR_VECT IRAM_ATTR
#else
#define ISR_VECT