mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 13:13:50 +00:00
[nrf52] fix missing bootloader (#10519)
This commit is contained in:
@@ -101,6 +101,7 @@ DeviceFirmwareUpdate = nrf52_ns.class_("DeviceFirmwareUpdate", cg.Component)
|
|||||||
CONF_DFU = "dfu"
|
CONF_DFU = "dfu"
|
||||||
|
|
||||||
CONFIG_SCHEMA = cv.All(
|
CONFIG_SCHEMA = cv.All(
|
||||||
|
_detect_bootloader,
|
||||||
set_core_data,
|
set_core_data,
|
||||||
cv.Schema(
|
cv.Schema(
|
||||||
{
|
{
|
||||||
@@ -114,7 +115,6 @@ CONFIG_SCHEMA = cv.All(
|
|||||||
),
|
),
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
_detect_bootloader,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user