Skip to content

Commit

Permalink
Remove updateLCDStatusScreen from the onPlatformEvent (project-chip#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored Dec 1, 2023
1 parent 6000c14 commit 516f918
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/platform/silabs/BaseApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -744,10 +744,6 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t)
{
BaseApplication::sIsProvisioned = event->ServiceProvisioningChange.IsServiceProvisioned;
}

#ifdef DISPLAY_ENABLED
UpdateLCDStatusScreen();
#endif
}

void BaseApplication::OutputQrCode(bool refreshLCD)
Expand Down

0 comments on commit 516f918

Please sign in to comment.