Skip to content

Commit 48e8a1e

Browse files
authored
Remove call to function init which is anyway implemented empty in LoRa_ConnectionHandler (#100)
1 parent f29eae1 commit 48e8a1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/ArduinoIoTCloudLPWAN.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ int ArduinoIoTCloudLPWAN::connected() {
4848

4949
int ArduinoIoTCloudLPWAN::begin(ConnectionHandler& connection, bool retry) {
5050
_connection = &connection;
51-
_connection->init();
5251
_retryEnable = retry;
5352
_maxNumRetry = 5;
5453
_intervalRetry = 1000;

0 commit comments

Comments
 (0)