C++ Programming

This tag is used to tag C++ Programming related posts

Esp32 Tutorial: Over the Air updates

0 – Introduction Keeping your ESP32 projects up to date without physically connecting your board can save time and effort. In this tutorial, we’ll explore how to implement Over-the-Air (OTA) updates using the ElegantOTA library and an Async Web Server. You’ll learn how to set up your environment, write the necessary code, and seamlessly update […]

Esp32 Tutorial: Over the Air updates Read More »