Skip to content

Commit 2f549ab

Browse files
authored
Update src/ArduinoCellular.h
1 parent 4606dbf commit 2f549ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoCellular.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class ArduinoCellular {
127127
/**
128128
* @brief same as previous, username and password are empty
129129
*/
130-
bool connect(String apn, bool waitForever);
130+
bool connect(String apn, bool waitForever = true);
131131

132132
/**
133133
* @brief Checks if the modem is registered on the network.

0 commit comments

Comments
 (0)