Fixing break for Wio Terminal
This commit is contained in:
Родитель
36d816e2f3
Коммит
d71d7a2850
|
@ -1,5 +1,5 @@
|
|||
name=AzureIoTUtility
|
||||
version=1.6.0
|
||||
version=1.6.1
|
||||
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.6.0"
|
||||
#define AzureIoTUtilityVersion "1.6.1"
|
||||
|
||||
#endif //AZUREIOTUTILITY_H
|
||||
|
|
|
@ -35,10 +35,6 @@ static WiFiSSLClient sslClient;
|
|||
|
||||
#endif // ARDUINO_SAMD_FEATHER_M0
|
||||
|
||||
|
||||
static WiFiSSLClient sslClient;
|
||||
|
||||
|
||||
static void initWifi(const char* ssid, const char* pass)
|
||||
{
|
||||
#ifdef ARDUINO_SAMD_FEATHER_M0
|
||||
|
|
Загрузка…
Ссылка в новой задаче