mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 05:56:57 +03:00
fix static IP in UP, improve explanation for HA (#1719)
* fix static IP in UP, improve explanation for HA * Update edit_config_param.html Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
@@ -44,8 +44,8 @@ input[type=number] {
|
||||
<script src="FileSaver.min.js"></script>
|
||||
<script>
|
||||
|
||||
var domain = "http://192.168.1.153";
|
||||
//var domain = "";
|
||||
//var domain = "http://192.168.1.153"; // Testing
|
||||
var domain = "";
|
||||
|
||||
function startBackup() {
|
||||
document.getElementById("progress").innerHTML = "Creating backup...<br>\n";
|
||||
|
||||
Reference in New Issue
Block a user