diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 2925ad97b..926690cd1 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -1301,7 +1301,7 @@ bool Screen::isFrameHidden(const std::string &frameName) const if (frameName == "nodelist") return hiddenFrames.nodelist; #endif -#ifdef ed(USE_EINK) +#ifdef USE_EINK if (frameName == "nodelist_lastheard") return hiddenFrames.nodelist_lastheard; if (frameName == "nodelist_hopsignal")