application.fam 534 B

12345678910111213141516
  1. App(
  2. appid="esp8266_wifi_deauther_v2",
  3. name="[ESP8266] Deauther v2",
  4. apptype=FlipperAppType.EXTERNAL,
  5. entry_point="wifi_deauther_app",
  6. cdefines=["APP_WIFI_deauther"],
  7. requires=["gui"],
  8. stack_size=1 * 1024,
  9. order=30,
  10. fap_icon="wifi_10px.png",
  11. fap_category="GPIO/ESP",
  12. fap_author="@Timmotools & @xMasterX",
  13. fap_weburl="https://github.com/Timmotools/flipperzero_esp8266_deautherv2",
  14. fap_version="1.0",
  15. fap_description="Works with ESP8266 Deauther v2 by @SpacehuhnTech (github)",
  16. )