inscrease network timeout

This commit is contained in:
2022-04-19 18:59:44 +02:00
parent d848ec9194
commit dbfbf73cdd
5 changed files with 37 additions and 49 deletions
-12
View File
@@ -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)