1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

limit DMS22B to 4

This commit is contained in:
andreas
2024-03-17 15:58:10 +01:00
parent a87546bfdf
commit 32e48b126c
4 changed files with 2 additions and 58 deletions

View File

@@ -7,8 +7,8 @@ lib_deps =
${env.lib_deps}
${sensors.lib_deps}
build_flags=
-D GWSPI0_CLK=21
-D GWSPI0_MISO=25
-D GWSPI1_CLK=21
-D GWSPI1_MISO=25
-D GWDMS22B11
-D GWDMS22B11_CS=22
${env.build_flags}