Actualités

ArduinoMicroStringTemplateEngine Micro String Template Engine for Arduino. A very simplistic string template engine that helps preventing the usage of string function to reduce heap fragmentation.
I want to encode my ciphertext and send it via JSON to a server. Unfortunately the Arduino-IDE tells me, that there is a undefined reference. I dont know what I am doing wrong. I want to use the ...