Skip to content

Commit ea3244c

Browse files
committed
correct C4R_RETRY_FOREVER const type
1 parent c13e2bb commit ea3244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cloud4RPi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace {
3535
}
3636

3737
const int C4R_RECONNECT_TIMEOUT = 1000; // milliseconds
38-
const byte C4R_RETRY_FOREVER = -1;
38+
const char C4R_RETRY_FOREVER = -1;
3939

4040
class Cloud4RPi {
4141
friend class C4RMqttCallback;

0 commit comments

Comments
 (0)