mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 02:24:52 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
ESP32-C3 Breadboard MAC: e4:b0:63:17:9e:45
|
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 esp_now_peer_info_t peerInfo;
|
||||||
|
|
||||||
static uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF};
|
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();
|
wifi_init();
|
||||||
esp_now_init();
|
esp_now_init();
|
||||||
memcpy (peerInfo.peer_addr, )
|
memcpy (peerInfo.peer_addr, receiver_mac, 6);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Initialize NVS
|
// Initialize NVS
|
||||||
|
Reference in New Issue
Block a user