Set mavlink control scale to 1 by default

This commit is contained in:
Oleg Kalachev
2025-07-30 20:05:03 +03:00
parent af86699eb3
commit 2fcf35289e

View File

@@ -12,7 +12,7 @@
#define PERIOD_FAST 0.1
#define MAVLINK_CONTROL_YAW_DEAD_ZONE 0.1f
float mavlinkControlScale = 0.7;
float mavlinkControlScale = 1;
String mavlinkPrintBuffer;
extern double controlTime;