mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-06 16:57:29 +08:00
Update HomeKit default PIN
This commit is contained in:
@@ -52,7 +52,7 @@ func Init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if conf.Pin == "" {
|
if conf.Pin == "" {
|
||||||
conf.Pin = "19841984" // default PIN
|
conf.Pin = "19550224" // default PIN
|
||||||
}
|
}
|
||||||
|
|
||||||
pin, err := hap.SanitizePin(conf.Pin)
|
pin, err := hap.SanitizePin(conf.Pin)
|
||||||
|
Reference in New Issue
Block a user