feat: externalize hardware reset parameters (USB/GPIO) to dynamic JSON config

This commit is contained in:
2026-04-30 22:04:10 +02:00
parent 78a406a4aa
commit 279ca84aa1
4 changed files with 85 additions and 25 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
},
"settings": {
"auto_healing": true,
"update_interval": 60
"update_interval": 60,
"usb_reset_id": "",
"gpio_reset_pin": 21
},
"telegram": {
"enabled": false,