Hello OT
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
This commit is contained in:
parent
f49f6b2b0e
commit
f31812c007
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
#include <esp_log.h>
|
||||
#include <esp_err.h>
|
||||
|
||||
#define GPIO_OT_IN GPIO_NUM_21
|
||||
#define GPIO_OT_OUT GPIO_NUM_22
|
||||
#define GPIO_OT_IN CONFIG_OT_IN_PIN
|
||||
#define GPIO_OT_OUT CONFIG_OT_OUT_PIN
|
||||
#define ESP_INTR_FLAG_DEFAULT 0
|
||||
|
||||
volatile float dhwTemp = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue