Added new target location algorithm.

Fixed issue with target altitude calculation.
This commit is contained in:
Nffj84
2024-07-16 18:15:10 +03:00
parent 46ad1f0ff7
commit 2b9bda1ff0
11 changed files with 98 additions and 47 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
#pragma once
#include <cstdint>
#include "serialCommand.hpp"
#include "serialPort.hpp"
#include <cstdint>
class Config
{