mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fix build test
This commit is contained in:
@@ -406,7 +406,7 @@ public:
|
||||
return waitResponse() == 1;
|
||||
}
|
||||
|
||||
void callRedial() {
|
||||
bool callRedial() {
|
||||
sendAT(GF("DLST"));
|
||||
return waitResponse() == 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user