make standalone compile

This commit is contained in:
proddy
2022-10-13 21:56:04 +02:00
parent 0fa60f0502
commit b4848ab7f9
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#define EMSESP_PLATFORM "ESP32-C3";
#elif CONFIG_IDF_TARGET_ESP32S2
#define EMSESP_PLATFORM "ESP32-S2";
#elif CONFIG_IDF_TARGET_ESP32
#elif CONFIG_IDF_TARGET_ESP32 || EMSESP_STANDALONE
#define EMSESP_PLATFORM "ESP32";
#else
#error Target CONFIG_IDF_TARGET is not supported