Fixed shitty arduino compile with newer idf

This commit is contained in:
2022-01-29 21:10:02 +01:00
parent 40409a3e4f
commit 59d3f4bd4f

View File

@ -21,7 +21,11 @@
#include "esp8266-compat.h"
#include "soc/gpio_reg.h"
#include "soc/rmt_struct.h"
#ifdef OLD_IDF
#include "esp_private/periph_ctrl.h"
#else
#include "driver/periph_ctrl.h"
#endif
#include "esp_intr_alloc.h"
#include "hal/rmt_ll.h"
#include "driver/rmt.h"