real-bombinho
real-bombinho
A little late, but maybe someone else struggles: Line 48 has a fault, producing an erroneous base64 output of the size of the array. #define encode64(arr) encode64_f(arr,sizeof(arr)-1) is better replaced...
When doing so it might be advisable to replace strcpy in lines 336 to 338 with strlcpy.
I have version 2.0.17 and it seems this is not fixed in this version by the looks of? I am just porting some working stuff from ESP8266 to the ESP32...
Did you get it t work? For me it is the very opposite way. My project works flawless on the ESP D1 mini but has Alzheimers on the ESP32 D1...