ESP32-C3 RC

This commit is contained in:
2025-01-03 01:26:25 -05:00
parent f08a6e5e48
commit 400c16c7f0

View File

@@ -47,7 +47,7 @@
ESP32-C3 Breadboard MAC: e4:b0:63:17:9e:45
*/
static uint8_t receiver_max[ESP_NOW_ETH_ALEN] = {0xE4, 0xB0, 0x63, 0x17, 0x9E, 0x45};
static uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xE4, 0xB0, 0x63, 0x17, 0x9E, 0x45};
static esp_now_peer_info_t peerInfo;
static uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
@@ -432,7 +432,7 @@ void app_main(void)
wifi_init();
esp_now_init();
memcpy (peerInfo.peer_addr, )
memcpy (peerInfo.peer_addr, receiver_mac, 6);
/*
// Initialize NVS