Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 0e8d934

Browse files
Mattia Bertorellomattiabertorello
authored andcommitted
Change protocol in encode from V1 to V2
1 parent 8dfb6bc commit 0e8d934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoCloudThing.h

Lines changed: 1 addition & 1 deletion
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)