Mercurial > public > ostc4
diff Common/Inc/configuration.h @ 893:1b05a84f6d0f Evo_2_23
Reenabled fast communication:
The communication may be improved with regard to speed by increasing the baud rate between bluetooth module and CPU. This may now be activated using a compile switch.
author | Ideenmodellierer |
---|---|
date | Wed, 11 Sep 2024 22:32:05 +0200 |
parents | 7755a476f164 |
children | f29369fff71e |
line wrap: on
line diff
--- a/Common/Inc/configuration.h Tue Sep 10 21:18:36 2024 +0200 +++ b/Common/Inc/configuration.h Wed Sep 11 22:32:05 2024 +0200 @@ -81,4 +81,7 @@ /* Enable if the menu item predive check shall be available */ /* #define ENABLE_PREDIVE_CHECK */ +/* Enable to have a faster transfer speed between bluetooth module and CPU */ +#define ENABLE_FAST_COMM + #endif