QueManager BETA 1.0.9

- Added Cell Locking Scheduler UI improvements
- Fixed change_sms_code.sh to properly exit
- Added an experimental feature: Keep-alive
- Added disable state for speedtest when keep-alive is active

Co-Authored-By: Russel Yasol <73575327+dr-dolomite@users.noreply.github.com>
This commit is contained in:
Cameron Thompson
2024-12-23 16:33:51 -05:00
parent 1f315e8ca6
commit dcd8cd6ab7
60 changed files with 357 additions and 135 deletions

View File

@@ -34,4 +34,5 @@ if ! echo "AT+CMGL=\"ALL\"" | atinout - /dev/smd7 - | jq -R -s '
exit 1
fi
echo "SMS initialization completed successfully"
# Exit successfully
exit 0