mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 04:06:34 +01:00
So far the calculated size for the tagDB in the frontend was purely based on the size of each of its static entries. However the data pointer as well as the json based config string can occupy additional memory which is not accounted for. We are therefore introducing a helper function to properly calculate the DBs size. Signed-off-by: Mimoja <git@mimoja.de>