Closed maxgerhardt closed 2 years ago
Compilation of this project fails horribly for newer PlatformIO core versions since gitrepo@<version> is not valid syntax, gitrepo#<tag / hash> is. However, in this case the library can be simply pulled from the registry.
gitrepo@<version>
gitrepo#<tag / hash>
This emerged as part of the discussion in https://community.platformio.org/t/upload-error-m5stack-core2/24694?u=maxgerhardt.
Compilation of this project fails horribly for newer PlatformIO core versions since
gitrepo@<version>
is not valid syntax,gitrepo#<tag / hash>
is. However, in this case the library can be simply pulled from the registry.This emerged as part of the discussion in https://community.platformio.org/t/upload-error-m5stack-core2/24694?u=maxgerhardt.