1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-11 15:52:20 +01:00

Merge branch 'encode_perf' into integration

This commit is contained in:
J. Nick Koston
2025-07-12 07:14:06 -10:00
9 changed files with 484 additions and 485 deletions

View File

@@ -1401,7 +1401,6 @@ def main() -> None:
#include "esphome/core/defines.h"
#include "proto.h"
#include "api_pb2_size.h"
namespace esphome {
namespace api {
@@ -1411,7 +1410,6 @@ namespace api {
cpp = FILE_HEADER
cpp += """\
#include "api_pb2.h"
#include "api_pb2_size.h"
#include "esphome/core/log.h"
#include "esphome/core/helpers.h"