瀏覽代碼

update readme and changelog

Oliver Fabel 1 年之前
父節點
當前提交
e0ae2cd73f
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      CHANGELOG.md
  2. 1 1
      README.md

+ 3 - 0
CHANGELOG.md

@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Added
 
 * Allow passing the path to the script to execute as a CLI argument.
+* Open a REPL from the CLI interface by using the `py` command.
+  * The `py` command is only available while the app is running.
+  * You cannot run a Python script and use the REPL at the same time.
 
 ## [1.3.0] - 2024-09-08
 

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ This FAP version requires about 80 kB from SRAM to start (needed for the Python
 Due to memory fragmentation it's possible, that the application crashes when you start it.
 If this happens, just try again (the crash doesn't harm your device).
 
-Sadly, REPL support is only available in fhe [firmware fork](https://github.com/ofabel/flipperzero-firmware/tree/ofa/micropython) version.
+~~Sadly, REPL support is only available in fhe [firmware fork](https://github.com/ofabel/flipperzero-firmware/tree/ofa/micropython) version.~~
 
 ## Setup and Build