mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
chore: ensure config is loaded before init functions (#226)
This commit is contained in:
@@ -248,6 +248,8 @@ func startBacklightTickers() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
ensureConfigLoaded()
|
||||
|
||||
go func() {
|
||||
waitCtrlClientConnected()
|
||||
fmt.Println("setting initial display contents")
|
||||
|
||||
Reference in New Issue
Block a user