Added IMSI

This commit is contained in:
Sara Damiano
2020-02-11 16:32:38 -05:00
parent 36bb2e96a5
commit cef8aefefc
3 changed files with 18 additions and 15 deletions

View File

@@ -836,6 +836,10 @@ class TinyGsmXBee
return sendATGetString(GF("IM"));
}
String getIMSIImpl() {
return sendATGetString(GF("II"));
}
SimStatus getSimStatusImpl(uint32_t) {
return SIM_READY; // unsupported
}