소스 검색

Added app descriptions (#8)

hedger 2 년 전
부모
커밋
4d18e8bef2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application.fam

+ 1 - 0
application.fam

@@ -1,6 +1,7 @@
 App(
     appid="avr_isp",
     name="AVR Flasher",
+    description="Application for flashing AVR microcontrollers",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="avr_isp_app",
     requires=["gui"],