Fixed chrono literals

This commit is contained in:
CommanderRedYT
2021-12-14 12:23:54 +01:00
parent 24607b3a0c
commit 5d424a4377
3 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#include "webserver.h"
#include "sdkconfig.h"
using namespace std::chrono_literals;
#ifdef FEATURE_WEBSERVER
namespace {
constexpr const char * const TAG = "BOBBYWEB";

View File

@ -2,6 +2,7 @@
#ifdef FEATURE_WEBSERVER
using esphttpdutils::HtmlTag;
using namespace std::chrono_literals;
namespace {
constexpr const char * const TAG = "BOBBYWEB";

View File

@ -2,6 +2,7 @@
using esphttpdutils::HtmlTag;
using namespace espchrono;
using namespace std::chrono_literals;
namespace {
constexpr const char * const TAG = "BOBBYWEB";