Skip to content

Commit 1ab75b0

Browse files
committed
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.
1 parent 61ab077 commit 1ab75b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/schism/env.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[env:schism]
22
extends = arduino_pico_base
3+
board_build.f_cpu = 130000000L
34
build_src_filter =
45
${arduino_pico_base.build_src_filter}
56
+<config/schism>

0 commit comments

Comments
 (0)