Skip to content

Commit cb3a218

Browse files
committed
Merge branch 'master' of github.com:azurertos/getting-started
2 parents 0fd7ca9 + a47b3eb commit cb3a218

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

core/src/azure_iot_mqtt/azure_iot_mqtt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "azure_iot_mqtt/azure_iot_dps_mqtt.h"
1616
#include "azure_iot_mqtt/sas_token.h"
1717

18-
#define USERNAME "%s/%s/?api-version=2020-05-31-preview&model-id=%s"
18+
#define USERNAME "%s/%s/?api-version=2020-09-30&model-id=%s"
1919
#define PUBLISH_TELEMETRY_TOPIC "devices/%s/messages/events/"
2020

2121
#define DEVICE_MESSAGE_BASE "messages/devicebound/"

tools/get-toolchain.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ $termite_file = 'termite-3.4.exe'
1818
$termite_name = 'Termite v3.4'
1919
$termite_hash = 'CA440B6C7F6EAA812BA5F8BF42AED86E02022CA50A1C72585168C9B671D0FE19'
2020

21-
$iot_explorer_path = 'https://github.com/Azure/azure-iot-explorer/releases/download/v0.11.4'
22-
$iot_explorer_file = 'Azure.IoT.Explorer.preview.0.11.4.msi'
23-
$iot_explorer_name = 'Azure IoT Explorer v0.11.4'
24-
$iot_explorer_hash = '8CAA36336C1C4C55C70D868904639263F56D5D20CB59DC0A18F6817DC0AEC900'
21+
$iot_explorer_path = 'https://github.com/Azure/azure-iot-explorer/releases/download/v0.12.0'
22+
$iot_explorer_file = 'Azure.IoT.Explorer.preview.0.12.0.msi'
23+
$iot_explorer_name = 'Azure IoT Explorer v0.12.0'
24+
$iot_explorer_hash = 'F0A50F1C5B4DAC4D14E0DBF12470C86C94612A5BDDB96D9E9D45277320BD2E49'
2525

2626
echo "`nDownloading packages..."
2727

0 commit comments

Comments
 (0)