Files
ESPEasy/lib
TD-er c6831cb8c2 [Fonts] Only include font data once in built bin file.
With globally defined char arrays in .h files, those large arrays will be linked multiple times if that .h file is included more than once.

Now the arrays are in a .cpp file with a simple get function to access them. This prevents the array to appear multiple times, as did happen at least on ESP32 MAX builds.
2022-04-22 14:20:34 +02:00
..
2021-09-14 12:56:47 +02:00
2020-11-16 20:05:09 +01:00
2021-06-24 09:22:14 +02:00