This commit is contained in:
Thomas Farstrike
2026-02-25 22:03:55 +01:00
parent 370a20dcd2
commit 557520cafa
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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}")