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;
|
||||
}
|
||||
|
@@ -405,7 +405,7 @@ public:
|
||||
return waitResponse() == 1;
|
||||
}
|
||||
|
||||
void callRedial() TINY_GSM_ATTR_NOT_AVAILABLE;
|
||||
bool callRedial() TINY_GSM_ATTR_NOT_AVAILABLE;
|
||||
|
||||
bool callHangup(const String& number) {
|
||||
sendAT(GF("H"), number);
|
||||
|
@@ -498,7 +498,7 @@ public:
|
||||
return waitResponse() == 1;
|
||||
}
|
||||
|
||||
void callRedial() {
|
||||
bool callRedial() {
|
||||
sendAT(GF("DL"));
|
||||
return waitResponse() == 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user