cold redundant and hot redundant configuration

This commit is contained in:
2021-07-12 14:32:20 +02:00
committed by Robin Mueller
parent 37feaa0a54
commit 9284398b8b
7 changed files with 149 additions and 45 deletions

View File

@ -16,6 +16,8 @@
*/
namespace scratch {
static constexpr char PREFERED_SDC_KEY[] = "PREFSD";
namespace {
static uint8_t counter = 0;
}