update message
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user