How to define custom functions to be used in inja templates.
ESP32 inja: Built-in functions
How to use some of inja's built-in functions in the rendering of our templates, using the ESP32 and the Arduino core.
ESP32 inja: HTML template engine
How to use the inja library as an HTML template processor for the ESP32, using the Arduino core.
ESP32 Arduino: Parsing XML
Parsing XML with the ESP32 and the Arduino core.
ESP32 / ESP8266 cpplinq: Getting last element of array that fills a criteria
How to get the last element of an array that fills a given criteria, using cpplinq.
ESP32: using lambdas as WiFi event handling functions
Using lambda functions for ESP32 WiFi events handling
ESP32 / ESP8266 Arduino: The pairwise operator
How to use the cpplinq pairwise operator, tested on the ESP32 and ESP8266, with the Arduino core.
ESP32 / ESP8266: Using a pair container
How to use a std::pair on the ESP32 and ESP8266, using the Arduino core.
ESP32 / ESP8266 cpplinq: Finding the intersection between two arrays
How to obtain the intersection between two integer arrays, using cpplinq on the ESP8266 and on the ESP32.
ESP32 / ESP8266 cpplinq: Finding the union between two arrays
Applying the union operation over two arrays, using the cpplinq library on both the ESP32 and the ESP8266.