Skip to content

Commit

Permalink
Enable ESP32 shutter driver
Browse files Browse the repository at this point in the history
Enable ESP32 shutter driver (#18295)
  • Loading branch information
arendst committed Jul 8, 2023
1 parent 0502c15 commit f726c90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
7 changes: 1 addition & 6 deletions tasmota/tasmota_xdrv_driver/xdrv_27_esp32_shutter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 0 additions & 15 deletions tasmota/tasmota_xdrv_driver/xdrv_27_shutter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f726c90

Please # to comment.