Moved FEATURE_ESPNOW into config-system

This commit is contained in:
CommanderRedYT
2022-02-13 02:12:29 +01:00
parent fb0bed29bf
commit d29514a167
22 changed files with 13 additions and 56 deletions

View File

@ -1,4 +1,3 @@
#ifdef FEATURE_ESPNOW
#include "espnowfunctions.h"
#include <espchrono.h>
@ -309,4 +308,3 @@ esp_err_t send_espnow_message(std::string_view message)
}
} // namespace espnow
#endif