mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
remove log
This commit is contained in:
parent
d41a143446
commit
fa3b88b6a8
@ -558,8 +558,6 @@ void TuyaSendString(uint8_t id, char data[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void TuyaSendRaw(uint8_t id, char data[]) {
|
void TuyaSendRaw(uint8_t id, char data[]) {
|
||||||
AddLog(LOG_LEVEL_ERROR, PSTR("TYA: Send Raw-Data from string: %s"), data);
|
|
||||||
|
|
||||||
char* beginPos = strchr(data, 'x');
|
char* beginPos = strchr(data, 'x');
|
||||||
if(!beginPos) {
|
if(!beginPos) {
|
||||||
beginPos = strchr(data, 'X');
|
beginPos = strchr(data, 'X');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user