**Describe the bug** _A clear and concise description of what the bug is._ Use of String class on limited RAM devices (embedded systems) will consume Stack / Heap and fail the system A search on the code shows 382 uses of String Class. <img width="688" height="888" alt="Image" src="https://github.com/user-attachments/assets/1088c23b-9e4a-482a-b95d-f93363bc2d4a" />
Describe the bug
A clear and concise description of what the bug is.
Use of String class on limited RAM devices (embedded systems) will consume Stack / Heap and fail the system
A search on the code shows 382 uses of String Class.