Welcome to the fourth part of our “embedded testing” series. From our former blogposts, you are now familiar with PlatformIO and its powerful features like unit testing and remote controlling.
A lot of iteration speed within web development comes from Continuous Integration & Testing pipelines – Services that completely automate build and testing processes, as well as deployment of software artifacts to servers. It would be nice to have something comparable for the world of IoT as well.
With the help of the this little post, you will be able to do that!