Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
This commit is contained in:
Mikhail Sazanov 2024-06-24 21:15:59 +03:00
parent f49f6b2b0e
commit f31812c007

View file

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