refactor: remove redundant initialization of native and display components in Main function (#987)

This commit is contained in:
Adam Shiervani 2025-11-20 14:56:17 +01:00 committed by GitHub
parent 78cef12c97
commit 07935add15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ func Main() {
initOta()
initNative(systemVersionLocal, appVersionLocal)
initDisplay()
http.DefaultClient.Timeout = 1 * time.Minute
// Initialize network