Skip to content

Commit

Permalink
relay debounce time
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jun 9, 2021
1 parent 6fb5ba7 commit 7526a4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/Src/firmware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#include "firmware.h"
#include "utils.h"

//static const uint32_t CONF_SPI_TRANSFER_TIMEOUT_MS = 2000;
static const uint32_t CONF_RELAY_DEBOUNCE_TIME_MS = 10;
static const uint32_t CONF_RELAY_DEBOUNCE_TIME_MS = 20;

// master-slave communication
extern "C" void SPI1_Init(void);
Expand Down

0 comments on commit 7526a4e

Please sign in to comment.