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