mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 15:34:53 +01:00
small fix
This commit is contained in:
parent
16bb0d4136
commit
78bbb62bf8
2 changed files with 2 additions and 4 deletions
|
@ -27,9 +27,7 @@
|
|||
#define MD5_CTX_TYPE LT_MD5_CTX_T
|
||||
#endif
|
||||
|
||||
#if defined(USE_ZEPHYR)
|
||||
#define MD5_CTX_TYPE void *
|
||||
#endif
|
||||
#ifndef USE_ZEPHYR
|
||||
|
||||
namespace esphome {
|
||||
namespace md5 {
|
||||
|
@ -70,3 +68,4 @@ class MD5Digest {
|
|||
|
||||
} // namespace md5
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <utility>
|
||||
|
||||
#include "esphome/components/web_server_base/web_server_base.h"
|
||||
#ifdef USE_NETWORK
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/controller.h"
|
||||
#include "esphome/core/entity_base.h"
|
||||
|
|
Loading…
Reference in a new issue