update to new version (#25)
This commit is contained in:
Родитель
4a0eb74acc
Коммит
4d9423ed7e
|
@ -1,5 +1,5 @@
|
|||
name=AzureIoTHub
|
||||
version=1.3.9
|
||||
version=1.5.0
|
||||
author=Microsoft
|
||||
maintainer=Microsoft <iotcert@microsoft.com>
|
||||
sentence=Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
#include "iothub_message.h"
|
||||
#include "certs/certs.h"
|
||||
|
||||
#define AzureIoTHubVersion "1.3.9"
|
||||
#define AzureIoTHubVersion "1.5.0"
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name=AzureIoTProtocol_HTTP
|
||||
version=1.3.9
|
||||
version=1.5.0
|
||||
author=Microsoft
|
||||
maintainer=Microsoft <iotcert@microsoft.com>
|
||||
sentence=Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
#ifndef AZUREIOTPROTOCOLHTTP_H
|
||||
#define AZUREIOTPROTOCOLHTTP_H
|
||||
|
||||
#define AzureIoTProtocolHTTPVersion "1.3.9"
|
||||
#define AzureIoTProtocolHTTPVersion "1.5.0"
|
||||
|
||||
#endif //AZUREIOTPROTOCOLHTTP_H
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name=AzureIoTProtocol_MQTT
|
||||
version=1.3.9
|
||||
version=1.5.0
|
||||
author=Microsoft
|
||||
maintainer=Microsoft <iotcert@microsoft.com>
|
||||
sentence=Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
|
||||
#include "azure_umqtt_c/mqtt_client.h"
|
||||
|
||||
#define AzureIoTProtocolMQTTVersion "1.3.9"
|
||||
#define AzureIoTProtocolMQTTVersion "1.5.0"
|
||||
|
||||
#endif //AZUREIOTPROTOCOLMQTT_H
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name=AzureIoTUtility
|
||||
version=1.3.9
|
||||
version=1.5.0
|
||||
author=Microsoft
|
||||
maintainer=Microsoft <iotcert@microsoft.com>
|
||||
sentence=Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
#include "azure_c_shared_utility/tlsio.h"
|
||||
#include "azure_c_shared_utility/xlogging.h"
|
||||
|
||||
#define AzureIoTUtilityVersion "1.3.9"
|
||||
#define AzureIoTUtilityVersion "1.5.0"
|
||||
|
||||
#endif //AZUREIOTUTILITY_H
|
||||
|
|
2
sdk
2
sdk
|
@ -1 +1 @@
|
|||
Subproject commit 2bff372a9b22b54d3d4bc9a3e74e349f68fcde46
|
||||
Subproject commit f5da5a4138cee23f400971558784e3eff40b92ec
|
Загрузка…
Ссылка в новой задаче