Mercurial > public > ostc4
comparison Common/Inc/configuration.h @ 899:2225c467f1e9 Evo_2_23
Added data path and visualization for position data:
The GNSS data exchange is now initialized and triggered on a cyclic basis (once a second). RTE verion has been increased because of interface change. For now only the position data is shown in a T7 surface views. The functionality may be switched on/off using the compile switch ENABLE_GNSS.
author | Ideenmodellierer |
---|---|
date | Mon, 30 Sep 2024 21:56:05 +0200 |
parents | fac13aa6ba93 |
children | eea7c7c041c1 |
comparison
equal
deleted
inserted
replaced
898:fac13aa6ba93 | 899:2225c467f1e9 |
---|---|
85 /* #define ENABLE_PREDIVE_CHECK */ | 85 /* #define ENABLE_PREDIVE_CHECK */ |
86 | 86 |
87 /* Enable to have a faster transfer speed between bluetooth module and CPU */ | 87 /* Enable to have a faster transfer speed between bluetooth module and CPU */ |
88 #define ENABLE_FAST_COMM | 88 #define ENABLE_FAST_COMM |
89 | 89 |
90 /* Enable to have position sensor support active */ | |
91 #define ENABLE_GNSS | |
92 | |
90 #endif | 93 #endif |