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:
Travis Shears 2026-02-08 15:34:03 +01:00
parent b1625e69d4
commit 1bccc2a262
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
2 changed files with 196 additions and 0 deletions

View file

@ -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);