From 05699cb4897e6dec17d401f4bb28a024845616e4 Mon Sep 17 00:00:00 2001 From: KatAst Date: Mon, 4 Jan 2016 15:31:50 +0100 Subject: [PATCH] Fix indent --- esp-link/cgiwifi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esp-link/cgiwifi.c b/esp-link/cgiwifi.c index 7a4bbd0..9c79f86 100755 --- a/esp-link/cgiwifi.c +++ b/esp-link/cgiwifi.c @@ -309,10 +309,10 @@ static void ICACHE_FLASH_ATTR resetTimerCb(void *arg) { if ( x == STATION_GOT_IP ) { if (m != 1) { #ifdef CHANGE_TO_STA - // We're happily connected, go to STA mode - DBG("Wifi got IP. Going into STA mode..\n"); - wifi_set_opmode(1); - os_timer_arm(&resetTimer, RESET_TIMEOUT, 0); // check one more time after switching to STA-only + // We're happily connected, go to STA mode + DBG("Wifi got IP. Going into STA mode..\n"); + wifi_set_opmode(1); + os_timer_arm(&resetTimer, RESET_TIMEOUT, 0); // check one more time after switching to STA-only #endif } log_uart(false);