Fixed includes and changed to new MenuDisplayWithTime

This commit is contained in:
CommanderRedYT
2021-12-14 20:42:45 +01:00
parent 92f41a0ce1
commit b59d9dff9f
2 changed files with 4 additions and 6 deletions

View File

@ -3,9 +3,11 @@
// local includes
#include "mainmenu.h"
#include "actions/dummyaction.h"
#include "actions/switchscreenaction.h"
#include "actioninterface.h"
#include "fmt/core.h"
#include "utils.h"
#include "icons/back.h"
#include "icons/time.h"
#include "icons/reboot.h"
#include "icons/update.h"

View File

@ -1,18 +1,14 @@
#pragma once
// 3rdparty lib includes
#include <menudisplay.h>
#include "widgets/menudisplaywithtime.h"
#include <menuitem.h>
#include <icons/back.h>
#include <actions/dummyaction.h>
#include <actions/switchscreenaction.h>
// Local includes
#include "utils.h"
#include "texts.h"
class StatisticsMenu :
public espgui::MenuDisplay,
public bobbygui::MenuDisplayWithTime,
public espgui::StaticText<TEXT_STATISTICSMENU>
{
public: