unleashed-firmware/applications/external/gps_nmea_uart/application.fam

15 lines
367 B
Text
Raw Normal View History

2022-10-20 18:02:27 +00:00
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",
2023-06-29 16:18:49 +00:00
fap_author="@ezod & @xMasterX",
fap_version="1.0",
fap_description="Works with GPS modules via UART, using NMEA protocol.",
2022-10-20 18:02:27 +00:00
)