This release introduces primitive bootloop prevention by checking the gateway uptime to ensure that the script will not prematurely reboot if is running at a frequent interval.
By default, the gateway must be up for at least 90 seconds to proceed with an implicit reboot.
This is intended to give enough time for the gateway to start accepting API requests, establish a cellular connection, and stabilize its choice in band selection.
Gateway uptime check is configurable with the `--uptime` flag, which takes an uptime threshold measured in integer seconds.