[udp] Store addresses in flash instead of heap

This commit is contained in:
J. Nick Koston
2026-01-17 13:09:57 -10:00
parent e4fb6988ff
commit c82cef3b64
6 changed files with 222 additions and 16 deletions

View File

@@ -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"