Fixed tests for IDF

This commit is contained in:
Penny Wood 2024-05-21 11:35:15 +00:00
parent 088e1f1278
commit 6b867f7ad5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ ws18x0_uart:
on_tag:
then:
- logger.log:
format: "Scanned tag 0x%lX"
format: "Scanned tag 0x%X"
args: ["x"]
- logger.log:
format: "Scanned raw 0x%llX"

View File

@ -9,7 +9,7 @@ ws18x0_uart:
on_tag:
then:
- logger.log:
format: "Scanned tag 0x%lX"
format: "Scanned tag 0x%X"
args: ["x"]
- logger.log:
format: "Scanned raw 0x%llX"