IDF 5 fixes for various components from test2.yaml (#5621)

This commit is contained in:
Keith Burzinski
2023-10-29 00:50:26 -05:00
committed by GitHub
parent f7f63c9da1
commit 7cf056e828
8 changed files with 19 additions and 14 deletions
+3 -2
View File
@@ -1,5 +1,8 @@
#pragma once
#include <cinttypes>
#include <cmath>
#include "esphome/core/component.h"
#include "esphome/components/sensor/sensor.h"
#include "esphome/components/sensirion_common/i2c_sensirion.h"
@@ -8,8 +11,6 @@
#include <VOCGasIndexAlgorithm.h>
#include <NOxGasIndexAlgorithm.h>
#include <cmath>
namespace esphome {
namespace sgp4x {