Skip to content

Commit 8b6a40f

Browse files
Mattia Bertorellomattiabertorello
Mattia Bertorello
authored andcommitted
Change protocol in encode from V1 to V2
1 parent f47d0f2 commit 8b6a40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduinoCloudThing.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static long const DAYS = 86400;
4747
class ArduinoCloudThing {
4848

4949
public:
50-
ArduinoCloudThing(CloudProtocol const cloud_protocol = CloudProtocol::V1);
50+
ArduinoCloudThing(CloudProtocol const cloud_protocol = CloudProtocol::V2);
5151

5252
void begin();
5353

0 commit comments

Comments
 (0)