mirror of
https://github.com/vshymanskyy/TinyGSM.git
synced 2026-05-15 04:06:10 +00:00
@@ -81,7 +81,7 @@ class TinyGsmSim70xx : public TinyGsmModem<SIM70xxType>,
|
||||
*/
|
||||
protected:
|
||||
bool factoryDefaultImpl() {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -451,7 +451,7 @@ class TinyGsmModem {
|
||||
String manufacturer = MODEM_MANUFACTURER;
|
||||
thisModem().sendAT(GF("+CGMI")); // 3GPP TS 27.007 standard
|
||||
String res;
|
||||
if (thisModem().waitResponse(1000L, res) != 1) { return manf; }
|
||||
if (thisModem().waitResponse(1000L, res) != 1) { return manufacturer; }
|
||||
thisModem().cleanResponseString(res);
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user