From fc04d1b8d621734f2334dbe126208b5a00b4e19f Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Fri, 28 Mar 2025 23:46:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20Updates=20I2C=20freq=20to?= =?UTF-8?q?=20Fast=20Mode=20Plus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esp32/lib/ESP32-sveltekit/settings/peripherals_settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32/lib/ESP32-sveltekit/settings/peripherals_settings.h b/esp32/lib/ESP32-sveltekit/settings/peripherals_settings.h index 13b7c9a..401504c 100644 --- a/esp32/lib/ESP32-sveltekit/settings/peripherals_settings.h +++ b/esp32/lib/ESP32-sveltekit/settings/peripherals_settings.h @@ -14,7 +14,7 @@ #define SCL_PIN SCL #endif #ifndef I2C_FREQUENCY -#define I2C_FREQUENCY 100000UL +#define I2C_FREQUENCY 1000000UL #endif class PinConfig {