mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
App(
|
|
appid="gps_nmea",
|
|
name="[NMEA] GPS",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="gps_app",
|
|
cdefines=["APP_GPS"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=35,
|
|
fap_icon="gps_10px.png",
|
|
fap_category="GPIO",
|
|
)
|