a1b9f90871
For a lot of people having the 1 second timeout results in not finding the sim at all. Let's rather wait up to 4 seconds for the sim to appear, it was reported that 3 is enough in a report where 1 wasn't. Related: issue 2072 [ci:skip-build]: already built successfully in CI
6 lines
361 B
Text
6 lines
361 B
Text
# 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
|
|
# by default (4 seconds), but you can increase it to e.g. 30 seconds if necessary.
|
|
# Set to 0 to disable waiting entirely.
|
|
sim_wait_time=4
|