* reduced heap size (>50%) by using 'F()' for (nearly) all static strings (mentioned by @stefan123t)

This commit is contained in:
lumapu 2022-05-24 21:52:27 +02:00
parent 01f1fab27f
commit 69f8f0b806
6 changed files with 159 additions and 179 deletions

View file

@ -16,7 +16,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 4
#define VERSION_PATCH 9
#define VERSION_PATCH 10
//-------------------------------------