solving reviews pt4 + some changes

This commit is contained in:
joran2738
2023-11-25 13:33:36 +01:00
parent a9b975a780
commit 0da6259ae5
4 changed files with 83 additions and 44 deletions

View File

@@ -136,7 +136,7 @@ int main(void)
// Initialize the UDP broadcast service
if (udp_broadcast_init(270,255) == ERR_OK){
if (udp_broadcast_init(10,255) == ERR_OK){
goto connected;
}
LOG_WARN(TAG,"error initializing udp connection, trying again in 500ms");