mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:36:12 +00:00
ESPNOW + WiFi
This commit is contained in:
@@ -205,7 +205,7 @@ void transmission_init()
|
||||
|
||||
// Set ESP-NOW receiver device configuration values
|
||||
memcpy(devices.peer_addr, receiver_mac, 6);
|
||||
devices.channel = 11;
|
||||
devices.channel = 2;
|
||||
devices.encrypt = false;
|
||||
esp_now_add_peer(&devices);
|
||||
|
||||
|
Reference in New Issue
Block a user