mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-13 23:48:28 +03:00
@@ -63,7 +63,7 @@ String GSM3ShieldV1ScanNetworks::getCurrentCarrier()
|
||||
String final_result = ptr_token;
|
||||
return final_result;
|
||||
}else{
|
||||
return NULL;
|
||||
return String(NULL);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ String GSM3ShieldV1ScanNetworks::getSignalStrength()
|
||||
final_result.trim();
|
||||
return final_result;
|
||||
}else{
|
||||
return NULL;
|
||||
return String(NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user