Compare commits
1 Commits
main
...
old_versio
Author | SHA1 | Date | |
---|---|---|---|
81231f0915 |
@ -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