mirror of
https://github.com/esphome/esphome.git
synced 2025-07-31 07:36:35 +00:00
fixes
This commit is contained in:
parent
16bd3f92c4
commit
ff59e37d8d
@ -1,5 +1,11 @@
|
||||
#include "api_connection.h"
|
||||
#ifdef USE_API
|
||||
#ifdef USE_API_NOISE
|
||||
#include "api_frame_helper_noise.h"
|
||||
#endif
|
||||
#ifdef USE_API_PLAINTEXT
|
||||
#include "api_frame_helper_plaintext.h"
|
||||
#endif
|
||||
#include <cerrno>
|
||||
#include <cinttypes>
|
||||
#include <utility>
|
||||
|
Loading…
x
Reference in New Issue
Block a user