[udp] Store addresses in flash instead of heap (#13330)

This commit is contained in:
J. Nick Koston
2026-01-17 15:50:23 -10:00
committed by GitHub
parent e4fb6988ff
commit 4d4283bcfa
6 changed files with 222 additions and 16 deletions
+4 -1
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"