You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent the whole morning trying to figure out why pio couldn't find the NetworkClientSecure dependency that websocket needed. Eventually I discovered that pio was looking for dependencies for the entire project through a python preprocessor, great idea, but very annoying when you don't know.
I ended up explicitly adding the NetworkClientSecure dependency to lib_deps in platformio.ini.
Can you add a description field to the websocket library.json to explicitly specify the dependency?
I tried a few things, but description and lib_deps seem to behave differently
The text was updated successfully, but these errors were encountered:
The problem with that idea is that different boards need different libraries, as a result its not possible to hard code any.
since adding one will break all the other boards.
I spent the whole morning trying to figure out why pio couldn't find the NetworkClientSecure dependency that websocket needed. Eventually I discovered that pio was looking for dependencies for the entire project through a python preprocessor, great idea, but very annoying when you don't know.
I ended up explicitly adding the NetworkClientSecure dependency to lib_deps in platformio.ini.
Can you add a description field to the websocket library.json to explicitly specify the dependency?
I tried a few things, but description and lib_deps seem to behave differently
The text was updated successfully, but these errors were encountered: