mirror of
https://github.com/esphome/esphome.git
synced 2024-12-25 23:14:54 +01:00
update test files
This commit is contained in:
parent
e461effe0c
commit
bfbfd81100
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ espnow:
|
|||
on_receive:
|
||||
- logger.log:
|
||||
format: "Received: %s RSSI: %d"
|
||||
args: [it->data().data(), it->rssi()]
|
||||
args: [packet->content_bytes(), it->rssi()]
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
|
Loading…
Reference in a new issue