Hi,
When i add a branch in lib_deps in my ini file i get a SemanticVersionError: Invalid simple block ‘develop’ during build. This should be correct according to the platformio documentation:
lib_deps = https://github.com/Levi--G/USBLibrarySTM32.git#develop
but it doesnt work.
The documention: pio pkg install — PlatformIO latest documentation
I don’t see what im doing wrong
Thanks