mirror of
https://github.com/esphome/esphome.git
synced 2026-03-04 03:38:20 -07:00
[udp] Store addresses in flash instead of heap
This commit is contained in:
@@ -5,7 +5,10 @@ wifi:
|
||||
udp:
|
||||
id: my_udp
|
||||
listen_address: 239.0.60.53
|
||||
addresses: ["239.0.60.53"]
|
||||
addresses:
|
||||
- "239.0.60.53"
|
||||
- "192.168.1.255"
|
||||
- "10.0.0.255"
|
||||
on_receive:
|
||||
- logger.log:
|
||||
format: "Received %d bytes"
|
||||
|
||||
Reference in New Issue
Block a user