mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 01:10:16 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -807,9 +807,9 @@ void onDataReceived (uint8_t *mac_addr, uint8_t *data, uint8_t data_len) {
|
|||||||
ESP_LOGI(TAG, "PCM 1: 0x%04X", buf->motor1_rpm_pcm);*/
|
ESP_LOGI(TAG, "PCM 1: 0x%04X", buf->motor1_rpm_pcm);*/
|
||||||
|
|
||||||
ESP_LOGW(TAG, "Data was received (%i bytes)", data_len);
|
ESP_LOGW(TAG, "Data was received (%i bytes)", data_len);
|
||||||
ESP_LOGI(TAG, "x-axis: 0x%04X", buf.x_axis);
|
ESP_LOGI(TAG, "x-axis: 0x%04x", buf.x_axis);
|
||||||
ESP_LOGI(TAG, "y-axis: 0x%04X", buf.y_axis);
|
ESP_LOGI(TAG, "y-axis: 0x%04x", buf.y_axis);
|
||||||
ESP_LOGI(TAG, "PCM 1: 0x%04X", buf.motor1_rpm_pcm);
|
ESP_LOGI(TAG, "PCM 1: 0x%04x", buf.motor1_rpm_pcm);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user