mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
fix typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
SIGN_IN_ENDPOINT /*
|
/*
|
||||||
* EMS-ESP - https://github.com/emsesp/EMS-ESP
|
* EMS-ESP - https://github.com/emsesp/EMS-ESP
|
||||||
* Copyright 2020-2023 Paul Derbyshire
|
* Copyright 2020-2023 Paul Derbyshire
|
||||||
*
|
*
|
||||||
@@ -20,9 +20,9 @@ SIGN_IN_ENDPOINT /*
|
|||||||
|
|
||||||
#include "emsesp.h"
|
#include "emsesp.h"
|
||||||
|
|
||||||
namespace emsesp {
|
namespace emsesp {
|
||||||
|
|
||||||
class Roomctrl {
|
class Roomctrl {
|
||||||
public:
|
public:
|
||||||
static void send(const uint8_t addr);
|
static void send(const uint8_t addr);
|
||||||
static void check(const uint8_t addr, const uint8_t * data);
|
static void check(const uint8_t addr, const uint8_t * data);
|
||||||
@@ -41,7 +41,7 @@ SIGN_IN_ENDPOINT /*
|
|||||||
static bool switch_off_[HCS];
|
static bool switch_off_[HCS];
|
||||||
static uint32_t rc_time_[HCS];
|
static uint32_t rc_time_[HCS];
|
||||||
static int16_t remotetemp_[HCS];
|
static int16_t remotetemp_[HCS];
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace emsesp
|
} // namespace emsesp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user