Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pico_w/wifi/access_point/picow_access_point.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ int main() {
return 1;
}

// Initialise led state
led_state = status_led_get_state();

// Get notified if the user presses a key
stdio_set_chars_available_callback(key_pressed_func, &complete);

Expand Down