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
Very often developers use 3-rd party libraries that depend on other libraries. If these external dependencies are not installed, a compiler will throw an error that #include has not been found.
PlatformIO Library Search 3.0 allows to make search requests with header:<include> prefix. Hint about it within compiler output.
Very often developers use 3-rd party libraries that depend on other libraries. If these external dependencies are not installed, a compiler will throw an error that
#include
has not been found.PlatformIO Library Search 3.0 allows to make search requests with
header:<include>
prefix. Hint about it within compiler output.For example, header:RH_ASK.h
The text was updated successfully, but these errors were encountered: