Compare commits
2 Commits
ac5b70c6c5
...
2fb8107978
Author | SHA1 | Date |
---|---|---|
Kevin P. Fleming | 2fb8107978 | |
Kevin P. Fleming | 709d7a5eae |
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
#include "ratgdo.h"
|
|
||||||
|
|
||||||
#ifdef PROTOCOL_DRYCONTACT
|
#ifdef PROTOCOL_DRYCONTACT
|
||||||
|
|
||||||
#include "dry_contact.h"
|
#include "dry_contact.h"
|
||||||
|
#include "ratgdo.h"
|
||||||
|
|
||||||
#include "esphome/core/gpio.h"
|
#include "esphome/core/gpio.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "esphome/core/scheduler.h"
|
#include "esphome/core/scheduler.h"
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "esphome/core/defines.h"
|
|
||||||
|
|
||||||
#ifdef PROTOCOL_DRYCONTACT
|
#ifdef PROTOCOL_DRYCONTACT
|
||||||
|
|
||||||
#include "SoftwareSerial.h" // Using espsoftwareserial https://github.com/plerup/espsoftwareserial
|
#include "SoftwareSerial.h" // Using espsoftwareserial https://github.com/plerup/espsoftwareserial
|
||||||
|
|
Loading…
Reference in New Issue