mirror of
https://github.com/iamromulan/quectel-rgmii-toolkit.git
synced 2026-04-25 06:35:52 +03:00
[PR #19] [MERGED] Added various new features and fixes #82
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#82
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/19
Author: @dr-dolomite
Created: 3/24/2024
Status: ✅ Merged
Merged: 3/24/2024
Merged by: @iamromulan
Base:
development← Head:development📝 Commits (4)
4a3307fadded ATI as the default commandb423866added reboot buttonf58ccffadded dedicated NR-CA SA parserf9c9f97Merge branch 'development' into development📊 Changes
6 files changed (+149 additions, -80 deletions)
View changed files
📝
simpleadmin/scripts/modemstatus_parse.sh(+13 -2)📝
simpleadmin/www/atcommander.html(+62 -28)📝
simpleadmin/www/cgi-bin/get_atcommand(+2 -2)➕
simpleadmin/www/cgi-bin/get_sms(+24 -0)📝
simpleadmin/www/sms.html(+7 -48)➕
simpleadmin/www/styles.css(+41 -0)📄 Description
Changes:
Added ATI as default command when users click "Send AT Command"
Added Reboot button with loading modal
Added CGI script for SMS to automatically run text mode command
Fixed wait time variable for get_atcommand not using value in milliseconds
Added styles.css for storing HTML styling
Added a dedicated function for parsing NR-CA SA SCC bands.
(Initial testing using dummy file worked fine on my end. However, it needs to be tested in real scenario. I also tried checking the RM521 that you shared but sadly it only uses 1 SA band.)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.