Skip to content

Commit

Permalink
remove matter ota
Browse files Browse the repository at this point in the history
  • Loading branch information
shchen-Lab committed Dec 27, 2023
1 parent ae557e5 commit d45e23d
Show file tree
Hide file tree
Showing 5 changed files with 676 additions and 659 deletions.
2 changes: 1 addition & 1 deletion examples/lighting-app/bouffalolab/bl616/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ bouffalolab_executable("lighting_app") {
"${examples_plat_dir}/common/bouffalo_sdk/platform_port.c",
# "${examples_plat_dir}/common/bouffalo_sdk/uart.c",
"${examples_plat_dir}/common/plat/LEDWidget.cpp",
"${examples_plat_dir}/common/plat/OTAConfig.cpp",
# "${examples_plat_dir}/common/plat/OTAConfig.cpp",
"${examples_plat_dir}/common/plat/main.cpp",
"${examples_plat_dir}/common/plat/platform.cpp",
]
Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/bouffalolab/bl616/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pw_log_BACKEND = "${chip_root}/src/lib/support/pw_log_chip"
pw_assert_BACKEND = "$dir_pw_assert_log"
pw_rpc_CONFIG = "$dir_pw_rpc:disable_global_mutex"

chip_enable_ota_requestor = true
chip_enable_ota_requestor = false
chip_detail_logging = false

pw_build_LINK_DEPS = [
Expand Down
Loading

0 comments on commit d45e23d

Please sign in to comment.