mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-30 21:11:06 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user