add node1_old and turn off all power save modes on the pico wifi chip
"); ", WIFI_SSID); ", comms_led_blink_count); "); "); "); ", WIFI_SSID); "); "); "); "); ", readings_index); "); "); "); "); ", "); ", ");
This commit is contained in:
parent
b1625e69d4
commit
1bccc2a262
2 changed files with 196 additions and 0 deletions
1
node1.c
1
node1.c
|
|
@ -35,6 +35,7 @@ int main() {
|
|||
|
||||
printf("Enabling WiFi station mode...\n");
|
||||
cyw43_arch_enable_sta_mode();
|
||||
cyw43_wifi_pm(&cyw43_state, CYW43_NONE_PM);
|
||||
sleep_ms(1000);
|
||||
|
||||
printf("Connecting to WiFi '%s'...\n", WIFI_SSID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue