Downgrade for old compiler
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
#include <fmt/core.h>
|
#include <fmt/core.h>
|
||||||
|
|
||||||
// 3rdparty lib includes
|
// 3rdparty lib includes
|
||||||
#include "espcppmacros.h"
|
#include <futurecpp.h>
|
||||||
|
#include <espcppmacros.h>
|
||||||
|
|
||||||
namespace esphttpdutils {
|
namespace esphttpdutils {
|
||||||
namespace {
|
namespace {
|
||||||
|
@@ -6,6 +6,9 @@
|
|||||||
// esp-idf includes
|
// esp-idf includes
|
||||||
#include <esp_log.h>
|
#include <esp_log.h>
|
||||||
|
|
||||||
|
// 3rdparty lib includes
|
||||||
|
#include <futurecpp.h>
|
||||||
|
|
||||||
namespace esphttpdutils {
|
namespace esphttpdutils {
|
||||||
namespace {
|
namespace {
|
||||||
constexpr const char * const TAG = "ESPHTTPDUTILS";
|
constexpr const char * const TAG = "ESPHTTPDUTILS";
|
||||||
|
Reference in New Issue
Block a user