ESP32-C3 RC & Receiver

This commit is contained in:
2025-01-04 02:27:30 -05:00
parent 4a5fa36bf2
commit 1b18ff680b

View File

@@ -1,7 +1,9 @@
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
#include "esp_wifi.h" #include "esp_wifi.h"
#include "esp_now.h" #include "esp_now.h"
#include "esp_netif.h" #include "esp_netif.h"
#include "esp_mac.h"
/* WiFi should start before using ESPNOW */ /* WiFi should start before using ESPNOW */
static void wifi_init(void) static void wifi_init(void)