devilsray / Esp8266Configuration

Apache License 2.0
2 stars 3 forks source link

Unable to install in Platform IO #9

Open alphalove opened 8 years ago

alphalove commented 8 years ago

Hello, When I issue the 'pio lib install Esp8266Configuration' in Platform IO i get told that it's 'Looking for Json library in registry', which it can't find.

In the dependencies section of the manifest file, should it read 'ArduinoJson' rather than 'Json' ?

Thanks in advance!

devilsray commented 8 years ago

Hi,

yes you are right. It is ArduinoJson. I fixed and pushed the new version. Unfortunately i have currently no opportunity to test the fix. The fix should be automatically registered by platformio. I have no possibility to trigger this.

If there are other problems or ideas, feel free and make a new issue.

Thanks

Karsten