jasbur / RaspiWiFi

Headless WiFi configuration for the Raspberry Pi (or most other devices running Linux) by using a temporary WiFi access point and web interface
Other
613 stars 277 forks source link

Update reset.py to correct serial #109

Open kalmanbendeguz opened 3 years ago

kalmanbendeguz commented 3 years ago

The previous command (cat /proc/cpuinfo) was incorrect, because the last line is the "Model" description, and not serial. With the command I wrote, it will always be serial number. Works on at least RPi 2,3B,3B+,4. See https://raspberrypi.stackexchange.com/a/106501