Browse Source

Merge pull request #1399 from mannkind/patch-1

Fix Ikoka Stick builds
pull/1402/head
Liam Cottle 5 months ago
committed by GitHub
parent
commit
23f1f2a3fa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      variants/ikoka_stick_nrf/platformio.ini

1
variants/ikoka_stick_nrf/platformio.ini

@ -27,6 +27,7 @@ build_flags = ${nrf52_base.build_flags}
-D PIN_USER_BTN=0
-D PIN_WIRE_SCL=7
-D PIN_WIRE_SDA=6
-UENV_INCLUDE_GPS
lib_deps = ${nrf52_base.lib_deps}
${sensor_base.lib_deps}

Loading…
Cancel
Save