Skip to content

Commit b4620fb

Browse files
committed
removing the temp change
1 parent b10dcfc commit b4620fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/platform/silabs/BaseApplication.cpp

+8-8
Original file line numberDiff line numberDiff line change
@@ -857,14 +857,14 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t)
857857
SILABS_LOG("Failed to initialize DIC module\n");
858858
}
859859
#endif // DIC_ENABLE
860-
// #ifdef DISPLAY_ENABLED
861-
// SilabsLCD::Screen_e screen;
862-
// AppTask::GetLCD().GetScreen(screen);
863-
// // Update the LCD screen with SSID and connected state
864-
// VerifyOrReturn(screen == SilabsLCD::Screen_e::StatusScreen);
865-
// BaseApplication::UpdateLCDStatusScreen(false);
866-
// AppTask::GetLCD().SetScreen(screen);
867-
// #endif // DISPLAY_ENABLED
860+
#ifdef DISPLAY_ENABLED
861+
SilabsLCD::Screen_e screen;
862+
AppTask::GetLCD().GetScreen(screen);
863+
// Update the LCD screen with SSID and connected state
864+
VerifyOrReturn(screen == SilabsLCD::Screen_e::StatusScreen);
865+
BaseApplication::UpdateLCDStatusScreen(false);
866+
AppTask::GetLCD().SetScreen(screen);
867+
#endif // DISPLAY_ENABLED
868868
if ((event->ThreadConnectivityChange.Result == kConnectivity_Established) ||
869869
(event->InternetConnectivityChange.IPv6 == kConnectivity_Established))
870870
{

0 commit comments

Comments
 (0)