Merge latest changes

Merged new simpleadmin changes
This commit is contained in:
iamromulan
2023-10-07 22:58:35 -04:00
parent 3b95c76545
commit ff78cc0f65
2 changed files with 37 additions and 0 deletions

View File

@@ -96,6 +96,33 @@
</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>
function atCommands() {