>this< is the correct form

This commit is contained in:
Morgan 'ARR\!' Allen 2020-10-28 19:54:47 -07:00
parent 5096617aa5
commit 5b06702c18
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ stages:
- flash - flash
build: build:
image: espressif/idf:release-v4.1
stage: build stage: build
artifacts: artifacts:
@ -21,6 +22,7 @@ build:
- idf.py build - idf.py build
flash: flash:
image: espressif/idf:release-v4.1
stage: flash stage: flash
script: script:

View File

@ -1,3 +1,3 @@
BARBACK_ID="Barback" CONFIG_BARBACK_ID="Barback"
CONFIG_BT_ENABLED=y CONFIG_BT_ENABLED=y
CONFIG_BT_NIMBLE_ENABLED=y CONFIG_BT_NIMBLE_ENABLED=y