PlatformIO was working without any problem, but after several updates, there was following error message: Failed to activate the platformio-ide package The bug is also […] Read More
Tag: PlatformIO
Sometimes it is necessary to modify multiple lines at once. PlatformIO has support for multiple cursors which allows you to perform operation on multiple places. […] Read More
Thanks to PlatformIO it is very easy to add further functionality from libraries to the code for ESP8266. When you need to install library, just […] Read More
It took me some time to implement all features to ESP8266 controlling relay of my lamp. Thanks to examples from PlatformIO I was able to […] Read More