Skip to content

Commit e0ff0c6

Browse files
committed
Fix a small problem with Arduino 101 Devices.
1 parent ebb5194 commit e0ff0c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=thinger.io
2-
version=2.7.1
2+
version=2.7.2
33
author=Alvaro Luis Bustamante <[email protected]>
44
maintainer=Thinger.io <[email protected]>
55
sentence=Arduino library for the Thinger.io Internet of Things Platform.

src/ThingerWifi101.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include "ThingerWifi.h"
2828

29-
class ThingerWifi101 : public ThingerWifiClient<> {
29+
class ThingerWifi101 : public ThingerWifiClient<WiFiClient> {
3030

3131
public:
3232
ThingerWifi101(const char* user, const char* device, const char* device_credential) :

0 commit comments

Comments
 (0)