mirror of
https://github.com/esphome/esphome.git
synced 2025-03-28 21:48:16 +00:00
[core] Fix 5.4.0 build issue (#8455)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
parent
48a7927a60
commit
6787730aa4
@ -44,7 +44,7 @@
|
||||
#include <random>
|
||||
#endif
|
||||
#ifdef USE_ESP32
|
||||
#include "esp32/rom/crc.h"
|
||||
#include "rom/crc.h"
|
||||
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 2)
|
||||
#include "esp_mac.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user