RC Calibration

This commit is contained in:
2025-07-26 18:51:48 -04:00
parent 37b37b9de0
commit d0fc919901

View File

@@ -101,7 +101,7 @@ static void sendData (void)
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[3], receiver_mac[4], receiver_mac[5]);
ESP_LOGE(TAG, "ESP-NOW Channel %s", esp_wifi_get_channel());
ESP_LOGE(TAG, "ESP-NOW Channel %i", esp_wifi_get_channel());
deletePeer();
}
}