fix compile for ESP8266

This commit is contained in:
lumapu 2023-12-08 17:35:29 +01:00
parent 468d7a6db7
commit bf5fe900da
5 changed files with 9 additions and 3 deletions

View file

@ -9,6 +9,7 @@
#include <RF24.h>
#include "SPI.h"
#include "radio.h"
#include "../config/config.h"
#if defined(CONFIG_IDF_TARGET_ESP32S3)
#include "nrfHal.h"
#endif