Releases: PowerBroker2/SafeString
Releases · PowerBroker2/SafeString
SafeString
- SerialComs timeout 5sec
- added firstToken()
SafeString
- fixed dtostrf support
SafeString
- added Arduino Due support
- fixed SerialComs when msg times out without delimiter, fixed support for Adafruit Feather nRF52 (V0.21.0)
SafeString
- fixed nullpointer
- check for Out-Of-Memory on createSafeString
- support for Earl Philhower's pi pico board package
- added SerialComs class for Arduino to Arduino/PC via Serial
- added fixed width formatting
- print(value,decPlaces,width) see example SafeString_Tests/SafeString_fixedWidthFormat.ino
SafeString
- adds support for Raspberry Pi Pico using Arduino Mbed OS RP2040 V2.0.0 board package ,nextToken() now returns last un-terminated token by default (can be overridded by optional arg), option to return empty tokens
SafeString
- allow createSafeString for small sizes, fixed bool for DUE (ARDUINO_ARCH_SAM)
SafeString
- added flushInput to SafeStringReader
SafeString
- fixed SafeStringReader timeout and NanoBLE F() macro
SafeString
- Change method returns to better match Arduino String methods
- IndexOf now returns int and returns -1 if not found
SafeString
- added hasError and improved error msgs for = errors