Fix roll correction, closes #1

This commit is contained in:
2026-03-01 23:13:39 +01:00
parent b3cc319d5e
commit ee1d13f177
3 changed files with 53 additions and 10 deletions
+1
View File
@@ -164,6 +164,7 @@ extern const float BATT_CRITICAL;
// ─── Global state ─────────────────────────────────────────────────────────────
extern float angleX, angleY;
extern float accumX, accumY;
extern float gravX, gravY, gravZ;
extern float biasGX, biasGY, biasGZ;
extern float calTempC;
extern float cachedTempC;