Disabled with core 2.0.x

since it is generating compile errors with
This commit is contained in:
Jason2866 2021-10-31 19:26:28 +01:00 committed by GitHub
parent da686d616f
commit 876111585d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)