mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
12 lines
231 B
Text
12 lines
231 B
Text
|
App(
|
||
|
appid="gps_nmea",
|
||
|
name="[NMEA] GPS",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="gps_app",
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=35,
|
||
|
fap_icon="gps_10px.png",
|
||
|
fap_category="GPIO",
|
||
|
)
|