This website works better with JavaScript.
首頁
說明
登入
heuzef
/
WiringPi
镜像来自
https://github.com/WiringPi/WiringPi.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
9
Wiki
Activity
瀏覽代碼
Increment VERSION_MINOR, missed in previous commits; add missing Pi Z2W model name to piModelNames
pull/128/head
PumpkinPi
3 年之前
父節點
17f0970a0f
當前提交
8229a92020
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
version.h
+1
-1
wiringPi/wiringPi.c
+ 1
- 1
version.h
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存