Closed daanvV closed 1 year ago
@drmpf
Thank you for your interest in SafeString. The warning is benign and arises in V4.1.26 and later. the
in SafeString.h which previously suppressed this warning was was commented out the handle the current ESP32 code base
Just ignore the warning, i will 'fix' this in the docs by adding a note to the SafeString webpage.
@PowerBroker2 This can be closed. Thanks
Hello,
When compiling for a Teensy 3.2 I get the following warning:
In Teensy 3.2 the
F()
macro does nothing, however it is still defined in source code for the code to be compatible with AVR based Teensy boards. So for Teensy 3.2 boards (and some of the other Teensy ARM boards), would it make sense to disable the#define F()
in theSafeString.h
library?E.g. something like this (or some other way to recognise ARM 32 bit based boards) in
src/SafeString.h
:Many thanks,