1.1.1
This commit is contained in:
parent
b4840be645
commit
faa1c0120e
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#define VERSION "2023.06.24"
|
#define VERSION "2023.06.24"
|
||||||
|
|
||||||
logging::Logger logger;
|
|
||||||
Configuration Config;
|
Configuration Config;
|
||||||
PowerManagement powerManagement;
|
PowerManagement powerManagement;
|
||||||
HardwareSerial neo6m_gps(1);
|
HardwareSerial neo6m_gps(1);
|
||||||
|
|
@ -56,6 +55,8 @@ double lastTxDistance = 0.0;
|
||||||
double currentHeading = 0;
|
double currentHeading = 0;
|
||||||
double previousHeading = 0;
|
double previousHeading = 0;
|
||||||
|
|
||||||
|
logging::Logger logger;
|
||||||
|
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue