Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit a53e651

Browse files
committed
fix
1 parent 77b511a commit a53e651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def flashBuild(short_name, version, variant) {
8787
unstash 'tools'
8888
sh 'python esp32/tools/fw_updater/updater.py --noexit --port ' + device_name +' flash -t esp32/build-' + variant + '/' + board_name + '-' + version + '.tar.gz'
8989
sh 'python esp32/tools/fw_updater/updater.py --port ' + device_name +' pybytes --auto_start False'
90+
}
9091
}
9192
}
9293

0 commit comments

Comments
 (0)