mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
menu "ESP Matter with Thread BR"
|
|
depends on OPENTHREAD_BORDER_ROUTER
|
|
|
|
config OPENTHREAD_BR_AUTO_UPDATE_RCP
|
|
bool 'Update RCP automatically'
|
|
default n
|
|
help
|
|
If enabled, the Thread Border Router will store the RCP image in its firmware and
|
|
compare the stored image version with the running RCP image upon boot. The RCP
|
|
will be automatically updated upon version mismatch.
|
|
endmenu
|