ImperialSpaceSociety / picotracker-Lora

This is the code base and hardware design files for the Lora pico tracker to be flown around the world
13 stars 3 forks source link

Ensure random seed is truely random #49

Closed MedadRufus closed 3 years ago

MedadRufus commented 3 years ago

solves #44 No need to call srand1 since its called in LORA_Init(). It is globally set.