Browse Source

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

pull/128/head
PumpkinPi 3 years ago
parent
commit
8229a92020
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      version.h
  2. +1
    -1
      wiringPi/wiringPi.c

+ 1
- 1
version.h View File

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

+ 1
- 1
wiringPi/wiringPi.c View File

@@ -239,7 +239,7 @@ const char *piModelNames [21] =
"Unknown15", // 15
"CM3+", // 16
"Pi 4B", // 17
"Unknown18", // 18
"Pi Zero2-W", // 18
"Pi 400", // 19
"CM4", // 20
} ;


Loading…
Cancel
Save