From 01bf7ea30462db585a95e89939ab7f278e6e1eeb Mon Sep 17 00:00:00 2001 From: pszafer Date: Thu, 7 Sep 2023 07:01:23 +0200 Subject: [PATCH] speed up i2c bus frequency --- devices/wt32_eth01.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/wt32_eth01.yaml b/devices/wt32_eth01.yaml index 16a53ac..b10db76 100644 --- a/devices/wt32_eth01.yaml +++ b/devices/wt32_eth01.yaml @@ -8,12 +8,12 @@ i2c: sda: GPIO14 scl: GPIO15 scan: True - frequency: 100kHz + frequency: 400kHz - id: bus_b sda: GPIO17 scl: GPIO33 scan: True - frequency: 100kHz + frequency: 400kHz ethernet: id: eth