diff --git a/internal_filesystem/lib/mpos/board/linux.py b/internal_filesystem/lib/mpos/board/linux.py index 1ef9556f..f6725998 100644 --- a/internal_filesystem/lib/mpos/board/linux.py +++ b/internal_filesystem/lib/mpos/board/linux.py @@ -22,9 +22,9 @@ TFT_VER_RES=240 #TFT_HOR_RES=240 #TFT_VER_RES=320 -# Bigger screen -#TFT_HOR_RES=640 -#TFT_VER_RES=480 +# LilyGo T-Display-S3 +#TFT_HOR_RES=320 +#TFT_VER_RES=170 # 4:3 DVD resolution: #TFT_HOR_RES=720 diff --git a/internal_filesystem/lib/mpos/main.py b/internal_filesystem/lib/mpos/main.py index 81a5cbf0..9ba905ba 100644 --- a/internal_filesystem/lib/mpos/main.py +++ b/internal_filesystem/lib/mpos/main.py @@ -222,7 +222,7 @@ TaskManager.create_task(asyncio_repl()) # only gets started after TaskManager.st try: import webrepl - webrepl.start(port=7890,password="MPOSweb26") # password max 9 characters + webrepl.start(port=7890,password="MPOSweb26") # password is max 9 characters except Exception as e: print(f"Could not start webrepl - this is normal on desktop systems: {e}")