Fixes to work again with old idf too

This commit is contained in:
2022-03-05 15:26:29 +01:00
parent 1ec63f51f1
commit 9ffd24371e

View File

@ -1,5 +1,7 @@
#include "screenmanager.h"
#include <cassert>
namespace espgui {
std::unique_ptr<Display> currentDisplay;