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
{{ message }}
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
version of library 1.0.2 which was supposed to fix this issue is still contains "frameworks": "ESP8266" which does not allow to use it with platformio.
If to change value to "arduino" to be "frameworks": "arduino", it fixes the issue and I'm able to compile again.
Please note - here is file .library.json is present as well which contain correct value pair but is it ignored by platformio plugin in vsCode.
Also there is convention to have name of library and master header to have the same name - including case (i.e log2Esp is not equal to Log2Esp), so it would be good to have update which would provide such convention conformance, in other case there are issues with finding this header by IDE.
Cheers and thanks for this great library :)
The text was updated successfully, but these errors were encountered:
sergeymaysak
changed the title
Incorrect "frameworks" value is specified in library.json which present to compile in platformio
Incorrect "frameworks" value is specified in library.json which prevent to compile in platformio
Jul 23, 2019
I can confirm that this issue still exists, even though this git repository's library.json is correct. Actually there is a workaround by adding the library as a URL pointing to the GitHub repository
version of library 1.0.2 which was supposed to fix this issue is still contains "frameworks": "ESP8266" which does not allow to use it with platformio.
If to change value to "arduino" to be "frameworks": "arduino", it fixes the issue and I'm able to compile again.
Please note - here is file .library.json is present as well which contain correct value pair but is it ignored by platformio plugin in vsCode.
Also there is convention to have name of library and master header to have the same name - including case (i.e log2Esp is not equal to Log2Esp), so it would be good to have update which would provide such convention conformance, in other case there are issues with finding this header by IDE.
Cheers and thanks for this great library :)
The text was updated successfully, but these errors were encountered: