Skip to content

Commit

Permalink
remove unnecessary qr code changes in mg24 (#24230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirsrin authored and pull[bot] committed Oct 27, 2023
1 parent 9ecd949 commit 733d612
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions examples/lighting-app/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ defines = []

# WiFi settings
if (chip_enable_wifi) {
# disabling LCD for MG24 for wifi
if (silabs_board == "BRD4186A" || silabs_board == "BRD4187A") {
show_qr_code = false
disable_lcd = true
}
if (chip_default_wifi_ssid != "") {
defines += [
"CHIP_ONNETWORK_PAIRING=1",
Expand Down
5 changes: 0 additions & 5 deletions examples/window-app/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ defines = []

# WiFi settings
if (chip_enable_wifi) {
# disabling LCD for MG24 for wifi
if (silabs_board == "BRD4186C" || silabs_board == "BRD4187C") {
show_qr_code = false
disable_lcd = true
}
if (chip_default_wifi_ssid != "") {
defines += [
"CHIP_ONNETWORK_PAIRING=1",
Expand Down

0 comments on commit 733d612

Please sign in to comment.