ohhhhh..duh

This commit is contained in:
legop3
2025-11-27 17:57:37 -05:00
parent 6d607e697d
commit 99cf12c2b5
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ func LoadConfig(path string) (*Config, error) {
VideoBitrate: 3000000,
},
CameraServo: CameraServoConfig{
Pin: 19,
Pin: 12,
FreqHz: 50,
CycleLen: 20000,
MinPulseUs: 900,
+1 -1
View File
@@ -27,7 +27,7 @@ media:
healthInterval: 30s
cameraServo:
enabled: false
pin: 19
pin: 12
freqHz: 50
cycleLen: 20000
minPulseUs: 900