Commit 0ffd5a4b authored by filatov's avatar filatov
Browse files

sleep for 0.5 sec between beacons and UTInitialize message.

parent e0516e0c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1574,6 +1574,7 @@ module LibItsGeoNetworking_Functions {
        function f_prNeighbour() runs on ItsGeoNetworking {
            f_prDefault();
            f_startBeingNeighbour();
            f_sleep(0.5);
        }
        
        /**