From a3d912e0aed14e7762ebb8c0244c843d66a14213 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:31:14 +0100 Subject: [PATCH] revert disable --- tasmota/xdrv_85_BLE_EQ3_TRV.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasmota/xdrv_85_BLE_EQ3_TRV.ino b/tasmota/xdrv_85_BLE_EQ3_TRV.ino index 074b4789b..3875e4d00 100644 --- a/tasmota/xdrv_85_BLE_EQ3_TRV.ino +++ b/tasmota/xdrv_85_BLE_EQ3_TRV.ino @@ -117,7 +117,6 @@ print("".join(pin)) -#if ESP_IDF_VERSION <= ESP_IDF_VERSION_VAL(4, 0, 0) //#define VSCODE_DEV @@ -1766,4 +1765,3 @@ bool Xdrv85(uint8_t function) #endif #endif // CONFIG_IDF_TARGET_ESP32 -#endif // ESP_IDF_VERSION <= ESP_IDF_VERSION_VAL(4, 0, 0)