Skip to content

Commit 895b31a

Browse files
committed
Improve metadata.
1 parent 88391bf commit 895b31a

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
v1.2:
2+
Fix bugs and issues
3+
* https://github.com/spin7ion/flipper-servotester/issues/2
4+
* https://github.com/spin7ion/flipper-servotester/issues/3
5+
6+
v1.2:
7+
Sync updates and latest API support
8+
9+
v1.1:
10+
Various important fixes
11+
12+
v1.0:
13+
Initial release

servotester/application.fam

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
App(
22
appid="servotester",
3-
name="Servotester",
3+
name="ServoTester",
44
apptype=FlipperAppType.EXTERNAL,
55
entry_point="servotester_app",
66
cdefines=["APP_SERVOTESTER"],
77
requires=[
88
"gui",
99
],
1010
stack_size=1 * 1024,
11-
order=90,
11+
order=49,
1212
fap_icon="servotester.png",
1313
fap_category="GPIO",
14-
fap_author="Alexander Semion"
15-
)
14+
fap_author="Alexander Semion, ThunderFly s.r.o."
15+
fap_weburl="https://github.com/ThunderFly-aerospace/flipper-servotester",
16+
fap_version="1.3",
17+
fap_description="PWM generator for testing RC servos. Available modes: Manual, Center, Auto.",
18+
)

0 commit comments

Comments
 (0)