Add support for the Zero 2 W (#128)

* Changes to support the Zero 2 W (model type 18|0x12)

* Increment version in version.h

* Increment version in debian-template/wiringPi/DEBIAN/control

* Increment version in VERSION as well - I keep missing places where this number is defined

* Increment VERSION_MINOR, missed in previous commits; add missing Pi Z2W model name to piModelNames

Co-authored-by: schwartz <pi@schwartz>
Co-authored-by: PumpkinPi <jack@mirkwood.net>
This commit is contained in:
PinkFreud
2021-12-23 13:22:09 -05:00
committed by GitHub
parent b1970802ba
commit a8112d8677
6 changed files with 11 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
#define VERSION "2.60"
#define VERSION "2.61"
#define VERSION_MAJOR 2
#define VERSION_MINOR 60
#define VERSION_MINOR 61