Fix: Add missing settings in GlobalConfiguration.h

This commit is contained in:
Frederik Walk 2023-08-12 09:41:16 +02:00
parent 2e992d97cb
commit 9f45d5ef96

View File

@ -46,6 +46,9 @@ const Peripherals::Drum::Config drum_config = {
},
230, // Trigger threshold scale level
50, // ADC sample count
25, // Debounce delay in milliseconds
true, // Use external ADC
// SPI config for external ADC, unused if above is false
{