Fixed chrono literals
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
#include "webserver.h"
|
#include "webserver.h"
|
||||||
#include "sdkconfig.h"
|
#include "sdkconfig.h"
|
||||||
|
|
||||||
|
using namespace std::chrono_literals;
|
||||||
|
|
||||||
#ifdef FEATURE_WEBSERVER
|
#ifdef FEATURE_WEBSERVER
|
||||||
namespace {
|
namespace {
|
||||||
constexpr const char * const TAG = "BOBBYWEB";
|
constexpr const char * const TAG = "BOBBYWEB";
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#ifdef FEATURE_WEBSERVER
|
#ifdef FEATURE_WEBSERVER
|
||||||
using esphttpdutils::HtmlTag;
|
using esphttpdutils::HtmlTag;
|
||||||
|
using namespace std::chrono_literals;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
constexpr const char * const TAG = "BOBBYWEB";
|
constexpr const char * const TAG = "BOBBYWEB";
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
using esphttpdutils::HtmlTag;
|
using esphttpdutils::HtmlTag;
|
||||||
using namespace espchrono;
|
using namespace espchrono;
|
||||||
|
using namespace std::chrono_literals;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
constexpr const char * const TAG = "BOBBYWEB";
|
constexpr const char * const TAG = "BOBBYWEB";
|
||||||
|
Reference in New Issue
Block a user