mirror of https://github.com/arendst/Tasmota.git
tuya: wifi-state switch debug-arguments
This commit is contained in:
parent
ccd10e151f
commit
4a03b1c2cd
|
@ -245,7 +245,7 @@ void TuyaSetWifiLed(){
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
snprintf_P(log_data, sizeof(log_data), "TYA: Set WiFi LED to state %d (%d)", WifiState(), wifi_state);
|
snprintf_P(log_data, sizeof(log_data), "TYA: Set WiFi LED to state %d (%d)", wifi_state, WifiState());
|
||||||
AddLog(LOG_LEVEL_DEBUG);
|
AddLog(LOG_LEVEL_DEBUG);
|
||||||
|
|
||||||
TuyaSerial->write((uint8_t)0x55); // header 55AA
|
TuyaSerial->write((uint8_t)0x55); // header 55AA
|
||||||
|
|
Loading…
Reference in New Issue