-
-
Notifications
You must be signed in to change notification settings - Fork 376
Expand file tree
/
Copy pathapplication.fam
More file actions
16 lines (16 loc) · 671 Bytes
/
Copy pathapplication.fam
File metadata and controls
16 lines (16 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
App(
appid="tesla_mod",
name="Tesla Mod",
apptype=FlipperAppType.EXTERNAL,
entry_point="tesla_fsd_main",
sources=["*.c*", "!test", "!tools", "!examples"], # FAP build: exclude host tests, Python tooling, and .cantest examples (the *.c* glob would otherwise match .cantest)
requires=["gui"],
stack_size=8 * 1024,
fap_icon="icon.png",
fap_category="GPIO",
fap_icon_assets="assets",
fap_author="hypery11",
fap_version="2.16.1",
fap_description="Tesla CAN bus toolkit — FSD region-gate bypass, nag killer, BMS dashboard, and more. Requires CAN Add-On.",
fap_weburl="https://github.com/hypery11/flipper-tesla-fsd",
)