You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Comments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user