Forgot to call PackUdpData after refactor

This commit is contained in:
Stedd 2023-10-22 14:30:14 +02:00
parent 88676bb66e
commit 0aa6e9c5ad
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ void UdpInit() {
}
void UdpLoop() {
PackUdpData();
udp.writeTo(data, sizeof(data), multicastIP, port);
}