mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
12 lines
257 B
Text
12 lines
257 B
Text
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",
|
|
)
|