inscrease network timeout
This commit is contained in:
@@ -48,15 +48,3 @@ class CardPool:
|
||||
for serial in self._serial_list:
|
||||
self._send_command(serial, "AT+USIM\r")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
card_pool = CardPool(params.CARD_POOL_PORT)
|
||||
# print(card_pool.find_current_slot())
|
||||
card_pool.reset()
|
||||
# card_pool.switch_to_next()
|
||||
# reset modem pool
|
||||
# for port in get_devices_ports():
|
||||
# ser = serial.Serial(port, BAUDRATE, timeout=1)
|
||||
# send_command("AT+RESET\r", ser)
|
||||
# ser.close()
|
||||
# card_pool.switch_to_slot(12)
|
||||
|
||||
Reference in New Issue
Block a user