Skip to content

Commit

Permalink
Merge pull request #12 from soracom/fix-compile-error
Browse files Browse the repository at this point in the history
fix compile error
  • Loading branch information
moznion authored Aug 11, 2020
2 parents ab57319 + 94a3489 commit 1f66b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lorawan_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bool LoRaWANClient::connect(bool force_reconnect){

ss.listen();

sendCmd("\n", "",false);
sendCmd("\n", "", NULL, false);
while (ss.available() > 0) {
char ch = ss.read();
Serial.print(ch);
Expand Down

0 comments on commit 1f66b34

Please sign in to comment.