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