Browse Source

Fix Ikoka Stick builds

pull/1399/head
Dustin Brewer 5 months ago
committed by GitHub
parent
commit
31f98bdd43
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_USER_BTN=0
-D PIN_WIRE_SCL=7 -D PIN_WIRE_SCL=7
-D PIN_WIRE_SDA=6 -D PIN_WIRE_SDA=6
-UENV_INCLUDE_GPS
lib_deps = ${nrf52_base.lib_deps} lib_deps = ${nrf52_base.lib_deps}
${sensor_base.lib_deps} ${sensor_base.lib_deps}

Loading…
Cancel
Save