solving reviews pt4 + some changes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user