From 876111585d1e27fdeadedaeb9c31c3f8f567167b Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 31 Oct 2021 19:26:28 +0100 Subject: [PATCH] Disabled with core 2.0.x since it is generating compile errors with --- tasmota/xdrv_85_BLE_EQ3_TRV.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasmota/xdrv_85_BLE_EQ3_TRV.ino b/tasmota/xdrv_85_BLE_EQ3_TRV.ino index 3427869ac..074b4789b 100644 --- a/tasmota/xdrv_85_BLE_EQ3_TRV.ino +++ b/tasmota/xdrv_85_BLE_EQ3_TRV.ino @@ -117,6 +117,7 @@ print("".join(pin)) +#if ESP_IDF_VERSION <= ESP_IDF_VERSION_VAL(4, 0, 0) //#define VSCODE_DEV @@ -1760,8 +1761,9 @@ bool Xdrv85(uint8_t function) } return result; } -#endif // +#endif // #endif // ESP32 #endif #endif // CONFIG_IDF_TARGET_ESP32 +#endif // ESP_IDF_VERSION <= ESP_IDF_VERSION_VAL(4, 0, 0)