Skip to content

Commit acd77c5

Browse files
committed
Increase auto sweep speed.
Fix bug in fam file.
1 parent ab11841 commit acd77c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servotester/application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ App(
1111
order=49,
1212
fap_icon="servotester.png",
1313
fap_category="GPIO",
14-
fap_author="Alexander Semion, ThunderFly s.r.o."
14+
fap_author="Alexander Semion and ThunderFly s.r.o.",
1515
fap_weburl="https://github.com/ThunderFly-aerospace/flipper-servotester",
1616
fap_version="1.3",
1717
fap_description="PWM generator for testing RC servos. Available modes: Manual, Center, Auto.",

servotester/servotester.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#define WIDTH_STEP_SMALL 1
1818
#define WIDTH_STEP_BIG 10
19-
#define WIDTH_STEP_AUTO 1
19+
#define WIDTH_STEP_AUTO 5
2020

2121
uint16_t pWidth = DEFAULT_WIDTH;
2222
bool dir = true;

0 commit comments

Comments
 (0)