>this< is the correct form
This commit is contained in:
parent
5096617aa5
commit
5b06702c18
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@ stages:
|
|||
- flash
|
||||
|
||||
build:
|
||||
image: espressif/idf:release-v4.1
|
||||
stage: build
|
||||
|
||||
artifacts:
|
||||
|
@ -21,6 +22,7 @@ build:
|
|||
- idf.py build
|
||||
|
||||
flash:
|
||||
image: espressif/idf:release-v4.1
|
||||
stage: flash
|
||||
|
||||
script:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
BARBACK_ID="Barback"
|
||||
CONFIG_BARBACK_ID="Barback"
|
||||
CONFIG_BT_ENABLED=y
|
||||
CONFIG_BT_NIMBLE_ENABLED=y
|
||||
|
|
Loading…
Reference in a new issue