can detected disabled sim card
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ class CardPool:
|
||||
if slot_number < 10:
|
||||
self._send_command("AT+SWIT00-000{}\r".format(slot_number))
|
||||
else:
|
||||
self._send_command("AT+SWIT00-0{}\r".format(slot_number))
|
||||
self._send_command("AT+SWIT00-00{}\r".format(slot_number))
|
||||
|
||||
# not work for the pool
|
||||
def find_current_slot(self):
|
||||
|
||||
Reference in New Issue
Block a user