update for new transfer method
This commit is contained in:
parent
0969918f04
commit
45d4685d50
2 changed files with 5 additions and 2 deletions
3
main.cpp
3
main.cpp
|
|
@ -19,12 +19,11 @@
|
|||
|
||||
EMPTY_INTERRUPT(WDT_OVERFLOW_vect);
|
||||
|
||||
static constexpr uint8_t id = 1;
|
||||
static constexpr uint8_t id = 4;
|
||||
static constexpr bool WATCH_DOOR = false;
|
||||
static constexpr bool BMP_280 = false;
|
||||
static constexpr bool DHT22 = true;
|
||||
|
||||
|
||||
static void power(const bool power)
|
||||
{
|
||||
if(power)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue