tuya: remove default from switch, since wifi_state is already initialized to 0x02

This commit is contained in:
Joel Stein 2018-10-30 16:56:57 +01:00
parent faab6f1221
commit 9125823da3
1 changed files with 0 additions and 3 deletions

View File

@ -238,9 +238,6 @@ void TuyaSetWifiLed(){
case WIFI_RESTART:
wifi_state = 0x03;
break;
default:
wifi_state = 0x02;
break;
}
snprintf_P(log_data, sizeof(log_data), "TYA: Set WiFi LED to state %d (%d)", wifi_state, WifiState());