This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
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
17f0970a0f
commit
8229a92020
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
version.h
+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 6
0
#define VERSION_MINOR 6
1
+ 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
} ;
Write
Preview
Loading…
Cancel
Save