Replaced 99.999% of switchScreen with Push/Pop

This commit is contained in:
CommanderRedYT
2022-05-25 01:40:56 +02:00
parent a5bfab2df7
commit c90ad518c5
28 changed files with 289 additions and 263 deletions

View File

@ -14,6 +14,7 @@ constexpr const char * const TAG = "BOBBY";
using namespace std::chrono_literals;
#include <espwifistack.h>
#include <schedulertask.h>
#include <screenmanager.h>
// local includes
#include "bobbycar-common.h"