Skip to content

Commit 94349bc

Browse files
committed
release 1.4.5
1 parent 1418a0d commit 94349bc

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# SmallDesktopDisplay
22

3+
![渲染图](./images/render.png)
4+
35
## Description
46

57
相比原版,做了如下改动:

images/render.png

178 KB
Loading

src/SmallDesktopDisplay.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
#include "Animate/Animate.h" //动画模块
4646
#include "wifiReFlash/wifiReFlash.h" //WIFI功能模块
4747

48-
#define Version "SDD V1.4.3"
4948
/* *****************************************************************
5049
* 配置使能位
5150
* *****************************************************************/

src/config.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#define Version "SDD V1.4.5" // 版本号
12
#define Animate_Choice 1 // 动图选择:1,太空人图片 2,胡桃
23
#define TMS 1000 // 一千毫秒
34
#define WM_EN 1 // WEB配网使能标志位----WEB配网打开后会默认关闭smartconfig功能

0 commit comments

Comments
 (0)