Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Jenkinsfile
- Revision:
- 111:b51a8fd84785
- Parent:
- 105:0b691b27144a
- Child:
- 115:833bb975c5e5
--- a/Jenkinsfile Tue Nov 06 16:45:14 2018 +0000
+++ b/Jenkinsfile Thu Nov 15 14:15:07 2018 +0000
@@ -120,8 +120,8 @@
if ("${meshInterface}" == "thd") {
config_file = "./configs/mesh_thread${config_suffix}.json"
- // Use systest Thread Border Router for testing (CH=18, PANID=BAAB)
- execute("sed -i '/mbed-mesh-api.thread-device-type\":/a \"mbed-mesh-api.thread-config-channel\": 18,' ${config_file}")
+ // Use systest Thread Border Router for testing (CH=26, PANID=BAAB)
+ execute("sed -i '/mbed-mesh-api.thread-device-type\":/a \"mbed-mesh-api.thread-config-channel\": 26,' ${config_file}")
execute("sed -i '/mbed-mesh-api.thread-device-type\":/a \"mbed-mesh-api.thread-config-panid\": \"0xBAAB\",' ${config_file}")
execute("sed -i 's/\"nanostack.configuration\": \"thread_router\"/\"nanostack.configuration\": \"thread_end_device\"/' ${config_file}")
execute("sed -i 's/\"mbed-mesh-api.thread-device-type\": \"MESH_DEVICE_TYPE_THREAD_ROUTER\"/\"mbed-mesh-api.thread-device-type\": \"MESH_DEVICE_TYPE_THREAD_MINIMAL_END_DEVICE\"/' ${config_file}")