Enable ESP32 shutter driver

Enable ESP32 shutter driver (#18295)
This commit is contained in:
Theo Arends 2023-07-08 17:21:06 +02:00
parent 0502c15ce3
commit f726c904ab
2 changed files with 1 additions and 21 deletions

View File

@ -17,12 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Start temporarly extra tests for overriding USE_SHUTTER_ESP32 ****
// Remove once tests complete
#if defined(ESP32) && defined(USE_SHUTTER_ESP32)
// End **************************************************************
//#ifdef ESP32
#ifdef ESP32
#ifdef USE_SHUTTER
/*********************************************************************************************\
* Shutter or Blind support using two consecutive relays

View File

@ -17,22 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Start temporarly extra tests for overriding USE_SHUTTER_ESP32 ****
// Remove once tests complete
#ifdef ESP8266
#define USE_SHUTTER_ESP8266
#endif
#ifdef ESP32
#ifndef USE_SHUTTER_ESP32
#define USE_SHUTTER_ESP8266
#endif // No USE_SHUTTER_ESP32
#endif // ESP32
#ifdef USE_SHUTTER_ESP8266
// End **************************************************************
//#ifdef ESP8266
#ifdef USE_SHUTTER
/*********************************************************************************************\
* Shutter or Blind support using two consecutive relays