Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
892:0e084e5554a8 | 893:1b05a84f6d0f |
---|---|
79 /* #define ENABLE_EXTERNAL_PRESSURE */ | 79 /* #define ENABLE_EXTERNAL_PRESSURE */ |
80 | 80 |
81 /* Enable if the menu item predive check shall be available */ | 81 /* Enable if the menu item predive check shall be available */ |
82 /* #define ENABLE_PREDIVE_CHECK */ | 82 /* #define ENABLE_PREDIVE_CHECK */ |
83 | 83 |
84 /* Enable to have a faster transfer speed between bluetooth module and CPU */ | |
85 #define ENABLE_FAST_COMM | |
86 | |
84 #endif | 87 #endif |