Skip to content

Commit 4778aa1

Browse files
committed
Merge branch 'fix/steering_system' of https://github.com/hytech-racing/VCF into fix/steering_system
2 parents 26f317d + 5c5b41e commit 4778aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/VCF_Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ namespace VCFSystemConstants {
160160

161161
// degrees per bit
162162
constexpr float DEG_PER_COUNT_DIGITAL = 360.0f / 16384.0f;
163-
constexpr float DEG_PER_COUNT_ANALOG = 360.0f / 3686.4f;
163+
constexpr float DEG_PER_COUNT_ANALOG = 360.0f / 3768.1f;
164164
}
165165

166166
// software configuration constants

0 commit comments

Comments
 (0)