Initial complete commit

This commit is contained in:
2026-04-04 16:47:39 +02:00
parent 2fa0f1c0d0
commit 9cc1b695bd
8 changed files with 1161 additions and 0 deletions

9
ota_config.example.json Normal file
View File

@@ -0,0 +1,9 @@
{
"gitea_base": "http://git.baumann.gr",
"repo_owner": "adebaumann",
"repo_name": "Selsyn_inspired_gauge",
"repo_folder": "",
"repo_branch": "main",
"wifi_ssid": "YourNetwork",
"wifi_password": "YourPassword"
}