mirror of
https://github.com/esphome/esphome.git
synced 2026-05-21 02:01:57 +08:00
[nrf52] add message that west update is running (#16321)
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
edce6cd78b33b296cef3caa5869d237061345eb346e3f9cb21e3239d2711051f
|
||||
96c95feaa60831da5f43e3c6a7c7a3a237e17c5d12995a730dbc3884c8dcd11c
|
||||
|
||||
@@ -182,7 +182,7 @@ CONFIG_SCHEMA = cv.All(
|
||||
default={},
|
||||
): cv.Schema(
|
||||
{
|
||||
cv.Optional(CONF_VERSION, default="2.6.1-a"): cv.string_strict,
|
||||
cv.Optional(CONF_VERSION, default="2.6.1-b"): cv.string_strict,
|
||||
cv.Optional(CONF_ADVANCED, default={}): cv.Schema(
|
||||
{
|
||||
cv.Optional(
|
||||
|
||||
+1
-1
@@ -233,7 +233,7 @@ extends = common
|
||||
platform = https://github.com/tomaszduda23/platform-nordicnrf52/archive/refs/tags/v10.3.0-5.zip
|
||||
framework = zephyr
|
||||
platform_packages =
|
||||
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-a.zip
|
||||
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-b.zip
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
-DUSE_ZEPHYR
|
||||
|
||||
@@ -20,4 +20,4 @@ nrf52:
|
||||
voltage: 2.1V
|
||||
uicr_erase: true
|
||||
framework:
|
||||
version: "2.6.1-a"
|
||||
version: "2.6.1-b"
|
||||
|
||||
Reference in New Issue
Block a user