G4lile0 / ESP32-WiFi-Hash-Monster

WiFi Hash Purple Monster, store EAPOL & PMKID packets in an SD CARD using a M5STACK / ESP32 device
MIT License
894 stars 101 forks source link

No random() function #37

Open KPJ973 opened 2 years ago

KPJ973 commented 2 years ago

No random() function

stephen3303 commented 1 year ago

Try changing it to random(0,13). The arduino library random function does not have a option with no arguments.