Refactor for some name changes of libraries

This commit is contained in:
2025-06-22 13:22:14 +02:00
parent 4af20a9a91
commit efa6bca56c
14 changed files with 193 additions and 122 deletions

View File

@@ -4,9 +4,10 @@ from kivymd.uix.button import MDFlatButton
from kivymd.uix.dialog import MDDialog
from kivymd.uix.screen import MDScreen
from kivy.lang import Builder
from lib.com import ComSuperClass
import platform
from util.interface import ControllerConnection
# Information for errors encountered when using pyserial
information = {
@@ -25,7 +26,7 @@ information = {
# This is the launch screen, i.e. what you see when you start up the app
class HomeScreen(MDScreen):
def __init__(self, com: ComSuperClass, **kw):
def __init__(self, com: ControllerConnection, **kw):
self._com = com
self.connection_error_dialog = MDDialog(
title="Connection",