From cedb7a890076c27b0315f5e4628257f10c47481d Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Tue, 24 Dec 2024 11:08:20 -0500 Subject: [PATCH] ESP-IDF Robot ESP NOW --- ESP-IDF_Robot/main/espnow_config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ESP-IDF_Robot/main/espnow_config.h b/ESP-IDF_Robot/main/espnow_config.h index e69de29bb..21488ef56 100644 --- a/ESP-IDF_Robot/main/espnow_config.h +++ b/ESP-IDF_Robot/main/espnow_config.h @@ -0,0 +1,4 @@ +#ifndef ESPNOW_CONFIG_H +#define ESPNOW_CONFIG_H + +#endif \ No newline at end of file