mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Got rid of a few kB in the binary image by removing F-macro from numerous 1 or 2 character flash strings. These very short strings take more space in flash and memory when using the F-macro. Also appending to a string using a `'a'` character definition takes less resources compared to a one-character string `"a"`.