mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-18 18:07:11 +00:00
ESP32-C3 RC & Receiver
This commit is contained in:
@@ -39,7 +39,7 @@ typedef struct {
|
|||||||
uint8_t motor4_rpm_pcm;
|
uint8_t motor4_rpm_pcm;
|
||||||
} __attribute__((packed)) sensors_data_t;
|
} __attribute__((packed)) sensors_data_t;
|
||||||
|
|
||||||
|
// MAC address of receiver. For one-to-many broadcast, change MAC address to FF:FF...:FF
|
||||||
static uint8_t receiver_mac[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;
|
||||||
|
Reference in New Issue
Block a user