mirror of
https://github.com/esphome/esphome.git
synced 2025-04-02 17:08:17 +01: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>
|
#include <random>
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_ESP32
|
#ifdef USE_ESP32
|
||||||
#include "esp32/rom/crc.h"
|
#include "rom/crc.h"
|
||||||
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 2)
|
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 2)
|
||||||
#include "esp_mac.h"
|
#include "esp_mac.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user