Bump flash latency to 50ms
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ UsbMidiTransport midi_transport;
|
||||
AppTask controller(&led_driver, &switch_driver, &midi_transport);
|
||||
ExpressionPedal exp_pedal(4);
|
||||
|
||||
static volatile uint32_t flash_latency = 20; // ms delay to compensate for Loopy Pro rendering
|
||||
static volatile uint32_t flash_latency = 50; // ms delay to compensate for Loopy Pro rendering
|
||||
|
||||
TaskHandle_t midi_task_handle = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user