mirror of
https://github.com/esphome/esphome.git
synced 2025-10-22 19:53:46 +01:00
[core] Add ESP32 ROM functions to reserved ids (#11293)
This commit is contained in:
@@ -244,6 +244,20 @@ RESERVED_IDS = [
|
|||||||
"uart0",
|
"uart0",
|
||||||
"uart1",
|
"uart1",
|
||||||
"uart2",
|
"uart2",
|
||||||
|
# ESP32 ROM functions
|
||||||
|
"crc16_be",
|
||||||
|
"crc16_le",
|
||||||
|
"crc32_be",
|
||||||
|
"crc32_le",
|
||||||
|
"crc8_be",
|
||||||
|
"crc8_le",
|
||||||
|
"dbg_state",
|
||||||
|
"debug_timer",
|
||||||
|
"one_bits",
|
||||||
|
"recv_packet",
|
||||||
|
"send_packet",
|
||||||
|
"check_pos",
|
||||||
|
"software_reset",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user