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: