Skip to content

Commit ad5db54

Browse files
committed
Restore bar color indicates WiFi is online
1 parent 7decd05 commit ad5db54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/check_wifi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ void check_wifi(void)
1616
if ( !fuji_get_wifi_enabled() )
1717
{
1818
state=HOSTS_AND_DEVICES;
19+
#ifdef COLOR_SETTING_FAILED
20+
bar_set_color(COLOR_SETTING_FAILED);
21+
#endif
1922
}
2023
else {
2124
fuji_get_wifi_status(&status);

0 commit comments

Comments
 (0)