We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8180f15 commit a9db0a1Copy full SHA for a9db0a1
Jenkinsfile
@@ -87,6 +87,7 @@ def flashBuild(short_name, version, variant) {
87
unstash 'tools'
88
sh 'python esp32/tools/fw_updater/updater.py --noexit --port ' + device_name +' flash -t esp32/build-' + variant + '/' + board_name + '-' + version + '.tar.gz'
89
sh 'python esp32/tools/fw_updater/updater.py --port ' + device_name +' pybytes --auto_start False'
90
+ }
91
}
92
93
0 commit comments