ESP32-C3 RC & Receiver

This commit is contained in:
2025-01-03 23:51:52 -05:00
parent d2f6beba79
commit 90a6fc3429

View File

@@ -43,4 +43,5 @@ typedef struct {
uint8_t dest_mac[ESP_NOW_ETH_ALEN]; // MAC address of destination device. uint8_t dest_mac[ESP_NOW_ETH_ALEN]; // MAC address of destination device.
} espnow_data_packet_t; } espnow_data_packet_t;
static void wifi_init(void); static void wifi_init(void);
static esp_err_t rc_espnow_init (void);