update message

This commit is contained in:
2026-02-11 23:03:59 +01:00
parent fbae73828f
commit 8ee934cb70
3 changed files with 42 additions and 18 deletions

View File

@@ -176,7 +176,7 @@ int scd30_read_data(scd30_handle_t *handle, scd30_data_t *data) {
}
// 2. Wait for Slave to consult Python
vTaskDelay(pdMS_TO_TICKS(50)); // Give ample time for UART bridge
vTaskDelay(pdMS_TO_TICKS(100)); // Give ample time for UART bridge
// 3. Read Data
cmd = i2c_cmd_link_create();