Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit f728144

Browse files
Merge pull request #12 from jimbobbennett/master
Fixing break for Wio Terminal
2 parents 36d816e + d71d7a2 commit f728144

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AzureIoTUtility
2-
version=1.6.0
2+
version=1.6.1
33
author=Microsoft
44
maintainer=Microsoft <[email protected]>
55
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.

src/AzureIoTUtility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
#include "azure_c_shared_utility/tlsio.h"
1313
#include "azure_c_shared_utility/xlogging.h"
1414

15-
#define AzureIoTUtilityVersion "1.6.0"
15+
#define AzureIoTUtilityVersion "1.6.1"
1616

1717
#endif //AZUREIOTUTILITY_H

src/samd/sample_init.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ static WiFiSSLClient sslClient;
3535

3636
#endif // ARDUINO_SAMD_FEATHER_M0
3737

38-
39-
static WiFiSSLClient sslClient;
40-
41-
4238
static void initWifi(const char* ssid, const char* pass)
4339
{
4440
#ifdef ARDUINO_SAMD_FEATHER_M0

0 commit comments

Comments
 (0)