mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Clean up debug prints for PR
This commit is contained in:
parent
36ab438625
commit
5c1e0f25ee
5 changed files with 13 additions and 78 deletions
|
@ -60,12 +60,12 @@ sx128x *LoRa = &sx128x_modem;
|
|||
#include "Device.h"
|
||||
#endif
|
||||
#if MCU_VARIANT == MCU_ESP32
|
||||
//#if BOARD_MODEL != BOARD_RNODE_NG_22 && BOARD_MODEL != BOARD_HELTEC_LORA32_V3
|
||||
// #include "soc/rtc_wdt.h"
|
||||
//#else
|
||||
#if BOARD_MODEL == BOARD_HELTEC_LORA32_V3
|
||||
//https://github.com/espressif/esp-idf/issues/8855
|
||||
#include "hal/wdt_hal.h"
|
||||
//#endif
|
||||
#elif BOARD_MODEL != BOARD_RNODE_NG_22
|
||||
#include "soc/rtc_wdt.h"
|
||||
#endif
|
||||
#define ISR_VECT IRAM_ATTR
|
||||
#else
|
||||
#define ISR_VECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue