Skip to content

Commit

Permalink
Remove updateLCDStatusScreen from the onPlatformEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Dec 1, 2023
1 parent 44ea4eb commit 9228e29
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 9228e29

Please sign in to comment.