Merge branch 'main' into develop3

This commit is contained in:
Ken Van Hoeylandt 2026-07-22 21:56:45 +02:00
commit e53928ba15

View File

@ -55,7 +55,7 @@ static error_t pulse_reset(GpioDescriptor* descriptor) {
if (error != ERROR_NONE) {
return error;
}
vTaskDelay(pdMS_TO_TICKS(10));
vTaskDelay(pdMS_TO_TICKS(50));
// Logical low (physical high, because of earlier GPIO_FLAG_ACTIVE_LOW)
error = gpio_descriptor_set_level(descriptor, false);
if (error != ERROR_NONE) {