mirror of
https://github.com/esphome/esphome.git
synced 2026-05-29 06:27:24 +08:00
[sht4x] Add missing hal.h include for millis() on ESP-IDF (#15087)
This commit is contained in:
committed by
Jesse Hills
parent
45c0e6ef7f
commit
6d16c57747
@@ -1,4 +1,5 @@
|
|||||||
#include "sht4x.h"
|
#include "sht4x.h"
|
||||||
|
#include "esphome/core/hal.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
|
|||||||
Reference in New Issue
Block a user