This commit is contained in:
richonguzman 2023-06-24 13:49:31 -04:00
parent b4840be645
commit faa1c0120e
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#define VERSION "2023.06.24"
logging::Logger logger;
Configuration Config;
PowerManagement powerManagement;
HardwareSerial neo6m_gps(1);
@ -56,6 +55,8 @@ double lastTxDistance = 0.0;
double currentHeading = 0;
double previousHeading = 0;
logging::Logger logger;
void setup() {
Serial.begin(115200);