mirror of
https://github.com/esphome/esphome.git
synced 2025-08-01 07:57:47 +00:00
Merge branch 'api_frame_helper_split' into integration
This commit is contained in:
commit
48ddb5c999
@ -199,12 +199,4 @@ class APIFrameHelper {
|
|||||||
} // namespace api
|
} // namespace api
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
|
||||||
// Include protocol-specific implementations
|
|
||||||
#ifdef USE_API_NOISE
|
|
||||||
#include "api_frame_helper_noise.h"
|
|
||||||
#endif
|
|
||||||
#ifdef USE_API_PLAINTEXT
|
|
||||||
#include "api_frame_helper_plaintext.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // USE_API
|
#endif // USE_API
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include "api_frame_helper.h"
|
||||||
#ifdef USE_API
|
#ifdef USE_API
|
||||||
#ifdef USE_API_NOISE
|
#ifdef USE_API_NOISE
|
||||||
#include "noise/protocol.h"
|
#include "noise/protocol.h"
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include "api_frame_helper.h"
|
||||||
#ifdef USE_API
|
#ifdef USE_API
|
||||||
#ifdef USE_API_PLAINTEXT
|
#ifdef USE_API_PLAINTEXT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user