From 804da849e7412b1d4fb1a0800a061b230ffd12da Mon Sep 17 00:00:00 2001 From: Sid Price Date: Sun, 22 Dec 2024 11:48:21 -0700 Subject: [PATCH] ctxlink/wifi_server: Change winc1500 power mode to manual. This requires that the winc1500 driver is updated to only call wakeup once, and never execute a sleep function. --- src/platforms/ctxlink/WiFi_Server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platforms/ctxlink/WiFi_Server.c b/src/platforms/ctxlink/WiFi_Server.c index db0f2a7ccf6..54ede23e342 100644 --- a/src/platforms/ctxlink/WiFi_Server.c +++ b/src/platforms/ctxlink/WiFi_Server.c @@ -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 //