소스 검색

upd version

MX 2 년 전
부모
커밋
bdb6af7d6f
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      non_catalog_apps/flipperzero-esp-flasher/application.fam
  2. 5 0
      non_catalog_apps/flipperzero-esp-flasher/docs/changelog.md

+ 1 - 1
non_catalog_apps/flipperzero-esp-flasher/application.fam

@@ -1,7 +1,7 @@
 App(
     appid="esp_flasher",
     name="ESP Flasher",
-    fap_version=(1,1),
+    fap_version=(1,2),
     apptype=FlipperAppType.EXTERNAL,
     entry_point="esp_flasher_app",
     requires=["gui"],

+ 5 - 0
non_catalog_apps/flipperzero-esp-flasher/docs/changelog.md

@@ -1,3 +1,8 @@
+## v1.2
+
+Firmware switching! The app now supports flashing two different firmware apps to slot A and slot B and uses the otadata partition (initialized by boot_app0) to switch between them. Make sure your firmwares are compiled to use the same partition table to avoid issues!
+
+
 ## v1.1
 
 Auto-reset and notifications! For supported boards (RTS and DTR connected), flasher will now automatically enter the bootloader and reset the board. Also added notifications for user feedback (blue LED for duration of flash, vibrate when done).