Size a few more things
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -59,8 +59,8 @@ class TinyGsmCalling {
|
||||
} else {
|
||||
thisModem().sendAT(GF("D"), number, ";");
|
||||
}
|
||||
int status = thisModem().waitResponse(60000L, GF("OK"), GF("BUSY"),
|
||||
GF("NO ANSWER"), GF("NO CARRIER"));
|
||||
int8_t status = thisModem().waitResponse(60000L, GF("OK"), GF("BUSY"),
|
||||
GF("NO ANSWER"), GF("NO CARRIER"));
|
||||
switch (status) {
|
||||
case 1: return true;
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user