update for new transfer method

This commit is contained in:
uvos 2024-06-11 16:20:56 +02:00
parent 0969918f04
commit 45d4685d50
2 changed files with 5 additions and 2 deletions

View file

@ -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)