mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Oops
This commit is contained in:
parent
a9cbfbe6f7
commit
7e04a9f9d9
@ -253,7 +253,7 @@ void sendIRJsonState(const struct decode_results &results) {
|
|||||||
ResponseAppend_P(PSTR("\"0x%0_X\",\"" D_JSON_IR_DATALSB "\":\"0x%0_X\""),
|
ResponseAppend_P(PSTR("\"0x%0_X\",\"" D_JSON_IR_DATALSB "\":\"0x%0_X\""),
|
||||||
&results.value, &reverse);
|
&results.value, &reverse);
|
||||||
} else { // UNKNOWN
|
} else { // UNKNOWN
|
||||||
ResponseAppend_P(PSTR("\"0x&08X\""), (uint32_t) results.value); // Unknown is always 32 bits
|
ResponseAppend_P(PSTR("\"0x%08X\""), (uint32_t) results.value); // Unknown is always 32 bits
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user