Merge pull request #2064 from Perflyst/chronometer-1

Add RaspberryPi 3B+ to Chronometer
This commit is contained in:
Mark Drobnak 2018-03-30 17:42:50 -04:00 committed by GitHub
commit 971e6f2664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -179,6 +179,7 @@ get_init_stats() {
90009[2-3]|920093) sys_model=" Zero";; # 512MB
9000c1) sys_model=" Zero W";; # 512MB
a02082|a[2-3]2082) sys_model=" 3, Model B";; # 1GB
a020d3) sys_model=" 3, Model B+";; # 1GB
*) sys_model="";;
esac
sys_type="Raspberry Pi$sys_model"