소스 검색

update readme

Oliver Fabel 1 년 전
부모
커밋
60f06b704a
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -16,6 +16,14 @@ 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).
 
+> [!IMPORTANT]
+> This problem is already addressed to the firmware developers in [this issue](https://github.com/flipperdevices/flipperzero-firmware/issues/3927).
+> Nevertheless, running the uPython application from the SD card is still a heavy task for the Flipper.
+
+_I'm thinking about publishing a fork of the original firmware with uPython bundled as a core service._
+_This would mitigate all the memory problems._
+_The SD card version would still be there and maintained, but possibly with a limited set of features._
+
 ## Development
 
 This section is only relevant, if you want to build the FAP on your own.