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