Timo Lappalainen
Timo Lappalainen
I normally prefer to have all warning on during compilation, since some warnings actually may be catastrofig. Could you fix warnings below. You could use e.g. #ifdef _EEPROMEX_DEBUG #define _PARAM_allowedWrites...
I have been using your library successfully several months - maybe over year in Espressif32 framework. Most I have been using Espressif32 version 3.5, but now I am going to...
Hi, I have your original ESP CAN on my NMEA2000_CAN unit. I found that e.g. on reading frame from can controller, stack may be mashed due to writing over buffer...
I noticed that SAM UARTClass.h contains availableForWrite, but HardwareSerial.h does not. So could you add virtual int availableForWrite(void) = 0; to SAM HardwareSerial.h so I can use it as HardwareSerial...