Skip to content

Commit

Permalink
EFR32: Disabling LCD for BRD4186C and BRD4187C (project-chip#22188)
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-srishylam authored and isiu-apple committed Sep 16, 2022
1 parent f9fb900 commit dfe3455
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/window-app/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ if (efr32_board == "BRD4166A" || efr32_board == "BRD2601B" ||

# WiFi settings
if (chip_enable_wifi) {
# disabling LCD for MG24 for wifi
if (efr32_board == "BRD4186C" || efr32_board == "BRD4187C") {
show_qr_code = false
disable_lcd = true
}
wifi_sdk_dir = "${chip_root}/third_party/silabs/matter_support/matter/wifi"
efr32_lwip_defs = [ "LWIP_NETIF_API=1" ]
efr32_lwip_defs += [
Expand Down

0 comments on commit dfe3455

Please sign in to comment.