Oliver Fabel 1 год назад
Родитель
Сommit
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
 ### Added
 
 
 * Allow passing the path to the script to execute as a CLI argument.
 * 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.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.
 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).
 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
 ## Setup and Build