mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-21 14:55:20 +00:00
RC Calibration
This commit is contained in:
@@ -101,6 +101,7 @@ static void sendData (void)
|
|||||||
ESP_LOGE(TAG, "Ensure that received MAC is: %02X:%02X:%02X:%02X:%02X:%02X",
|
ESP_LOGE(TAG, "Ensure that received MAC is: %02X:%02X:%02X:%02X:%02X:%02X",
|
||||||
receiver_mac[0], receiver_mac[1], receiver_mac[2],
|
receiver_mac[0], receiver_mac[1], receiver_mac[2],
|
||||||
receiver_mac[3], receiver_mac[4], receiver_mac[5]);
|
receiver_mac[3], receiver_mac[4], receiver_mac[5]);
|
||||||
|
ESP_LOGE(TAG, "ESP-NOW Channel %s", esp_wifi_get_channel());
|
||||||
deletePeer();
|
deletePeer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user