Merge latest changes
Merged new simpleadmin changes
This commit is contained in:
10
README.md
10
README.md
@@ -198,3 +198,13 @@ adb shell systemctl daemon-reload
|
|||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
This heavily uses the AT Command Parsing Scripts (Basically a copy with minor tweaks) of Dairyman's Rooter Source https://github.com/ofmodemsandmen/ROOterSource2203
|
This heavily uses the AT Command Parsing Scripts (Basically a copy with minor tweaks) of Dairyman's Rooter Source https://github.com/ofmodemsandmen/ROOterSource2203
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -96,6 +96,33 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- START Useful Commands Section -->
|
||||||
|
<div class="container">
|
||||||
|
<div class="columns">
|
||||||
|
<div class="column is-12">
|
||||||
|
<div class="card">
|
||||||
|
<header class="card-header">
|
||||||
|
<p class="card-header-title">
|
||||||
|
Useful Commands
|
||||||
|
</p>
|
||||||
|
</header>
|
||||||
|
<div class="card-content">
|
||||||
|
<div class="content">
|
||||||
|
<!-- Add your useful commands content here -->
|
||||||
|
<p>Here are some useful commands:</p>
|
||||||
|
<ul>
|
||||||
|
<li>AT+CGDCONT=1,"IP","APN": Set APN</li>
|
||||||
|
<li>AT+CFUN=1,1: Restart Modem.</li>
|
||||||
|
<li>AT+GSN: Show IMEI.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- END Useful Commands Section -->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
function atCommands() {
|
function atCommands() {
|
||||||
|
|||||||
Reference in New Issue
Block a user