Skip to content

Commit 57447f1

Browse files
committed
Adding Random Seed
1 parent 180c847 commit 57447f1

File tree

3 files changed

+534
-526
lines changed

3 files changed

+534
-526
lines changed

Arduino-Sketches/Test/APRS_GPS_GPRMC/APRS_GPS_GPRMC.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ void setup()
707707

708708
dorji_close(dorji);
709709
gps.begin(9600);
710+
711+
randomSeed(analogRead(A0));
710712
}
711713

712714
void loop()

0 commit comments

Comments
 (0)