mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
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…
x
Reference in New Issue
Block a user