mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 06:35:52 +03:00
[PR #10] [MERGED] Added Minor Fixes and Dynamic Wait Time for AT Command Page #74
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/quectel-rgmii-toolkit#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/10
Author: @dr-dolomite
Created: 3/17/2024
Status: ✅ Merged
Merged: 3/17/2024
Merged by: @iamromulan
Base:
development← Head:main📝 Commits (10+)
9a385f3Merge iamromulan/quectel-rgmii-toolkit/development into iamromulan/quectel-rgmii-toolkit/main (20240223)b6139c8Single Command: Download and run the toolkitd218166Fix branch name in linkdd0f74aUpdate Tree to maind8ed2fdFix Wget links0179c92Add a delay to give /opt time to mount7bf87e4add opkg update process0b25cbeFixed unknown NR5G band42ef308Update README.mda08f65dAdd LICENSE📊 Changes
9 files changed (+473 additions, -184 deletions)
View changed files
📝
README.md(+2 -1)📝
simpleadmin/scripts/build_modem_status(+3 -3)📝
simpleadmin/scripts/modemstatus_parse.sh(+2 -5)📝
simpleadmin/scripts/tojson.sh(+7 -0)📝
simpleadmin/www/atcommander.html(+273 -149)📝
simpleadmin/www/cgi-bin/get_atcommand(+20 -14)📝
simpleadmin/www/index.html(+3 -2)➕
simpleadmin/www/sms.html(+158 -0)📝
simpleadmin/www/ttl.html(+5 -10)📄 Description
This PR includes these changes:
This commit added clear button and disabled states includes:
These changes on atcommander.html is production ready. Other changes can also be merged. Only SMS is for testing.
I tried to add the dynamic loading time to get_atcommand based on atcmd logic. The quick response commands are now lightning fast! AT+QSCAN also works. Check the changes here in this commit:
incorporated atcmd dynamic wait time to get_atcommand
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.