Skip to content

Commit bb6965b

Browse files
committed
Use 1200bps touch for nRF52840_dongle and BT5040.
1 parent 0abcfa1 commit bb6965b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
cat > example/platformio.ini << EOF
119119
[env]
120-
platform = https://github.com/h2zero/platform-n-able.git#dev
120+
platform = https://github.com/h2zero/platform-n-able.git#1.1.3
121121
platform_packages = framework-n-able-arduino @ file://./framework
122122
framework = arduino
123123
${{ matrix.flags }}

boards.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,8 @@ nRF52840_dongle.upload.tool=nrfutil
878878
nRF52840_dongle.upload.target=nrf52
879879
nRF52840_dongle.upload.jlink_device=nRF52840_xxAA
880880
nRF52840_dongle.upload.protocol=nrfutil
881+
nRF52840_dongle.upload.use_1200bps_touch=true
882+
nRF52840_dongle.upload.wait_for_upload_port=true
881883
nRF52840_dongle.upload.maximum_size=897024
882884
nRF52840_dongle.upload.maximum_data_size=262136
883885

@@ -937,6 +939,8 @@ BT5040.upload.tool=nrfutil
937939
BT5040.upload.target=nrf52
938940
BT5040.upload.jlink_device=nRF52840_xxAA
939941
BT5040.upload.protocol=nrfutil
942+
BT5040.upload.use_1200bps_touch=true
943+
BT5040.upload.wait_for_upload_port=true
940944
BT5040.upload.maximum_size=897024
941945
BT5040.upload.maximum_data_size=262136
942946

0 commit comments

Comments
 (0)