added esp32-s2 support

This commit is contained in:
ajvdw
2022-10-07 12:38:18 +02:00
parent 4489e7149c
commit e663ecb458
5 changed files with 20 additions and 2 deletions

View File

@@ -29,7 +29,9 @@
#ifndef EMSESP_STANDALONE
#include <esp_wifi.h>
#ifndef ARDUINO_LOLIN_S2_MINI
#include <esp_bt.h>
#endif
#include <ETH.h>
#include <uuid/syslog.h>
#endif