Skip to content

Commit 1f759ac

Browse files
committed
Fix GSMService availableSMS
1 parent e642c61 commit 1f759ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/GSM/GSMService.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ namespace Easyuino {
233233
if(num_tokens != 2) {
234234
message.reset();
235235
}
236+
else {
237+
smsRead = true;
238+
}
239+
236240
return GSMRequestStatus::GSM_OK;
237241
}
238242

0 commit comments

Comments
 (0)