Skip to content

Commit be35e19

Browse files
committed
initialise led state
1 parent ae7fc90 commit be35e19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pico_w/wifi/access_point/picow_access_point.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ int main() {
9696
return 1;
9797
}
9898

99+
// Initialise led state
100+
led_state = status_led_get_state();
101+
99102
// Get notified if the user presses a key
100103
stdio_set_chars_available_callback(key_pressed_func, &complete);
101104

0 commit comments

Comments
 (0)