mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-22 00:06:24 +01:00
* Start contentmanager cleanup - Make destination constant - Remove unneeded asignments - Improve loops - Move printHeap function into util * Refactor contentmanager::drawNew * Optimize contentManager::replaceVariables * Fix missing const in prepareCancelPending * Refactor drawDate * Refactor drawWeather, drawForecast & getLocation - Generalize http get json function * Add util function for printing largest free block * Reuse weather icons for both drawWeather & drawForecast * Make httpGetJson timeout const * Reafctor more functions * Add few more const * Fix spelling mistake * Add util for debugging streams - Add util for checking if strings are empty or contain null - Fix file and string checks * Remove leftover debug print