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