mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 12:21:49 +03:00
15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
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",
|
|
fap_author="@ezod & @xMasterX",
|
|
fap_version="1.0",
|
|
fap_description="Works with GPS modules via UART, using NMEA protocol.",
|
|
)
|