1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-28 17:15:26 +03:00
Files
esp8266/cores
Paulo Cabral Sanz 9f536e68f8 WString: avoid writing to const storage (#8463)
This avoids the null termination requirement of both String::substring and String::lastIndexOf by using APIs that don't require it. So we can stop writing to the buffer inside of const functions.

I also changed wbuffer to make it non const.
2022-01-28 15:51:45 +03:00
..