Skip to content

Commit

Permalink
ctxlink/wifi_server: Change winc1500 power mode to manual.
Browse files Browse the repository at this point in the history
This requires that the winc1500 driver is updated to
only call wakeup once, and never execute a sleep function.
  • Loading branch information
sidprice committed Dec 21, 2024
1 parent c37a38e commit 6ff115a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platforms/ctxlink/WiFi_Server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,9 +1072,9 @@ void app_task(void)
//
m2m_wifi_set_device_name(CTXLINK_NETWORK_NAME, strlen(CTXLINK_NETWORK_NAME));
//
// Select the "Deep Automatic" power mode
// Select the "Manual" power mode
//
m2m_wifi_set_sleep_mode(M2M_WIFI_PS_DEEP_AUTOMATIC, 1);
m2m_wifi_set_sleep_mode(M2M_WIFI_PS_MANUAL, 1);
//
// Move to reading the MAC address state
//
Expand Down

0 comments on commit 6ff115a

Please sign in to comment.