Skip to content

Commit 717a3c9

Browse files
committed
Fixed typo in the comments
1 parent aac1039 commit 717a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arduino_LoRaConnectionHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ NetworkConnectionState LoRaConnectionHandler::update_handleInit() {
134134
execNetworkEventCallback(_on_error_event_callback, 0);
135135
Debug.print(DBG_ERROR, "Something went wrong; are you indoor? Move near a window, then reset and retry.");
136136
};
137-
//A delay is required between modem.begin(band) and modem.joinOTAA(appeui, appkey) in order to let the chip to be correctly initialized befor the connection attempt
137+
//A delay is required between modem.begin(band) and modem.joinOTAA(appeui, appkey) in order to let the chip to be correctly initialized before the connection attempt
138138
delay(100);
139139
modem.configureClass(deviceClass);
140140
delay(100);

0 commit comments

Comments
 (0)