From 2fe0e582803c8cb16b1c1fb988509995c55cf811 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 22 Dec 2025 17:32:27 +0200 Subject: [PATCH] readme upd --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc11190..e43a966 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,12 @@ CircuitPython 10.x on a T-Deck Plus and MicroPython for modern x86_64 Linux. Tha Yes, but don't expect some modules (like `deck.net`) to work at all. Wrap your code inside try-blocks to achieve maximum compatibility. +### The `virtcode.py` could be used with bare `tdeck_repl` but can't be used here. Why so? + +It has been renamed. Place your startup code into `autoexec.py` instead. + +You can start it with `from tdeckboot import *` to give it the same extended capabilities as the interactive REPL. + ### Is there any feature roadmap for core components? The foundational module set is going to at least include high-level capabilities for: