some settings

This commit is contained in:
2023-04-27 12:14:20 +02:00
parent 996390ccca
commit 06f88f9a00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -107,5 +107,6 @@
"TPMOBIL", "TPMOBIL",
"UBLOX", "UBLOX",
"ZLPJ" "ZLPJ"
] ],
"cmake.configureOnOpen": false
} }
@@ -34,7 +34,7 @@
/** /**
* @brief Needed distance to the next point to choose the next point as target. * @brief Needed distance to the next point to choose the next point as target.
*/ */
#define MIN_DISTANCE_TO_NEXT_POINT 2 #define MIN_DISTANCE_TO_NEXT_POINT 0.5
/** /**