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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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} |
|
|
|
|
|
|
|
|
|