From 97a4e0a8fc76a5f581f8c732eea8e12715c46179 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Fri, 19 Aug 2022 19:07:04 +0300 Subject: [PATCH] pwm: default to 1kHz new-lib does not appear to work very well with 2 kHz --- code/espurna/config/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/general.h b/code/espurna/config/general.h index 221760f491..af038b6131 100644 --- a/code/espurna/config/general.h +++ b/code/espurna/config/general.h @@ -1746,7 +1746,7 @@ #endif #ifndef PWM_FREQUENCY -#define PWM_FREQUENCY 2000 // (Hz) +#define PWM_FREQUENCY 1000 // (Hz) #endif #ifndef PWM_RESOLUTION