From 8164ef9ba4a739a4aade4aa5765e1dd19e971e52 Mon Sep 17 00:00:00 2001 From: Jonathan Haylett Date: Thu, 10 Apr 2025 10:37:18 +0100 Subject: [PATCH] build: hotfix for Schism clockrate issue Reduced CPU frequency for Schism config down to 130MHz as it seems it was for some unknown reason interfering with i2c comms resulting in the right hand side not working. Will need to do some debugging of this in future. --- config/schism/env.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/schism/env.ini b/config/schism/env.ini index 7fa0a0aa..40c42504 100644 --- a/config/schism/env.ini +++ b/config/schism/env.ini @@ -1,5 +1,6 @@ [env:schism] extends = arduino_pico_base +board_build.f_cpu = 130000000L build_src_filter = ${arduino_pico_base.build_src_filter} +