2021-11-16 10:31:48 +00:00
|
|
|
# Maximum time to wait for SIM card to appear after starting the modem.
|
|
|
|
# Some SIM cards or modem firmwares might take longer to initialize. :(
|
|
|
|
# To avoid blocking boot without a SIM card for too long this is fairly short
|
2023-06-05 13:05:55 +00:00
|
|
|
# by default (4 seconds), but you can increase it to e.g. 30 seconds if necessary.
|
2021-11-16 10:31:48 +00:00
|
|
|
# Set to 0 to disable waiting entirely.
|
2023-06-05 13:05:55 +00:00
|
|
|
sim_wait_time=4
|