mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 13:52:20 +01:00
fixes
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user