reverseByteOrder functions are to be removed from sblib as their use is typically an indication that something is wrong and it's better to prevent abuse than to find out later
systemTime is a global variable that should only be used by sblib and nobody else, so switch to millis() which is the public read-only API surface of systemTime
Remove NO_OOP_MACROS preprocessor symbols as it has been a dead symbol for quite some time
Three changes here:
reverseByteOrder
functions are to be removed from sblib as their use is typically an indication that something is wrong and it's better to prevent abuse than to find out latersystemTime
is a global variable that should only be used by sblib and nobody else, so switch tomillis()
which is the public read-only API surface ofsystemTime
NO_OOP_MACROS
preprocessor symbols as it has been a dead symbol for quite some time