Make ONE_G definition const and move to utils.ino

This commit is contained in:
Oleg Kalachev
2025-01-09 11:24:40 +03:00
parent 404ceed851
commit c8109af04f
5 changed files with 5 additions and 5 deletions

View File

@@ -11,11 +11,8 @@
#include "wifi.h"
#define RC_CHANNELS 16
#define WIFI_ENABLED 1
#define ONE_G 9.80665
float t = NAN;
float dt;
float loopRate;