[PR #59] [MERGED] Changes for Beta 1.0 #105

Closed
opened 2026-02-27 14:39:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/59
Author: @dr-dolomite
Created: 5/28/2024
Status: Merged
Merged: 5/31/2024
Merged by: @iamromulan

Base: developmentHead: development-socat


📝 Commits (4)

📊 Changes

8 files changed (+1266 additions, -1074 deletions)

View changed files

simpleadmin/script/sms.sh (+0 -31)
simpleadmin/www/cgi-bin/get_sms (+0 -12)
📝 simpleadmin/www/cgi-bin/send_sms (+3 -26)
📝 simpleadmin/www/deviceinfo.html (+143 -87)
📝 simpleadmin/www/index.html (+746 -540)
📝 simpleadmin/www/network.html (+6 -3)
📝 simpleadmin/www/settings.html (+1 -1)
📝 simpleadmin/www/sms.html (+367 -374)

📄 Description

  • Refactored the whole parsing logic for index.html (Home Page)|
  • Added function handler for home page when SIM is not present
  • Removed multiple concurrent fetching to Home Page that may cause errors
  • Network Mode now returns duplex mode for SA and LTE PCC band
  • PCI now shows all the current active PCI based on CA info
  • Signal information now hides elements that are not in use
  • Adjusted RSRP percent calculation
  • Changed temperature base to CPU
  • Fixed Cell Unlock command for LTE on Simple Network
  • Adjusted the modal waiting time to 2 seconds when locking bands
  • Temporarily removed Watch Cat link (still under development)
  • Integrated the SMS changes from the latest PR from @snjzb
  • Removed SMS script from simpleadmin/script
  • Removed get_sms cgi-bin script
  • Added function handler for device information when SIM is not present
  • Updated the revision version to Beta 1.0

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/iamromulan/quectel-rgmii-toolkit/pull/59 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 5/28/2024 **Status:** ✅ Merged **Merged:** 5/31/2024 **Merged by:** [@iamromulan](https://github.com/iamromulan) **Base:** `development` ← **Head:** `development-socat` --- ### 📝 Commits (4) - [`61cdfeb`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/61cdfebc8a0a820f5ccd375c7bb36dc70d53dc04) index refactoring not finish - [`4a3a777`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/4a3a7775dd42deb91de9c72efc44637783d1b78f) added changes to home, integrated sms from snjzb, and fixed minor error - [`0e5785c`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/0e5785cb790b61e50ce2f00ee492be5397e08807) Merge branch 'development-socat' of https://github.com/dr-dolomite/quectel-rgmii-toolkit into development-socat - [`96566da`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/96566daeea19f4b0fd42994b7a225ad487843051) finished minor changes for beta release ### 📊 Changes **8 files changed** (+1266 additions, -1074 deletions) <details> <summary>View changed files</summary> ➖ `simpleadmin/script/sms.sh` (+0 -31) ➖ `simpleadmin/www/cgi-bin/get_sms` (+0 -12) 📝 `simpleadmin/www/cgi-bin/send_sms` (+3 -26) 📝 `simpleadmin/www/deviceinfo.html` (+143 -87) 📝 `simpleadmin/www/index.html` (+746 -540) 📝 `simpleadmin/www/network.html` (+6 -3) 📝 `simpleadmin/www/settings.html` (+1 -1) 📝 `simpleadmin/www/sms.html` (+367 -374) </details> ### 📄 Description - Refactored the whole parsing logic for index.html (Home Page)| - Added function handler for home page when SIM is not present - Removed multiple concurrent fetching to Home Page that may cause errors - Network Mode now returns duplex mode for SA and LTE PCC band - PCI now shows all the current active PCI based on CA info - Signal information now hides elements that are not in use - Adjusted RSRP percent calculation - Changed temperature base to CPU - Fixed Cell Unlock command for LTE on Simple Network - Adjusted the modal waiting time to 2 seconds when locking bands - Temporarily removed Watch Cat link (still under development) - Integrated the SMS changes from the latest PR from @snjzb - Removed SMS script from ```simpleadmin/script``` - Removed get_sms cgi-bin script - Added function handler for device information when SIM is not present - Updated the revision version to Beta 1.0 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:39:05 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-toolkit#105
No description provided.