**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 88 uses of String Class. <img width="1052" height="924" alt="Image" src="https://github.com/user-attachments/assets/776ea622-f882-4a2f-851d-ee0e5856e38a" />
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 88 uses of String Class.