上个版本没有考虑到时区的问题,这版解决了
This commit is contained in:
parent
f6bda165f8
commit
8ddbda6563
Binary file not shown.
12
config.ini
12
config.ini
|
@ -1,3 +1,9 @@
|
|||
[System]
|
||||
Language=0
|
||||
|
||||
[Window]
|
||||
ShowStatusbar=true
|
||||
|
||||
[Serial]
|
||||
BaudRate=7
|
||||
DataBits=3
|
||||
|
@ -5,9 +11,3 @@ StopBits=0
|
|||
Parity=0
|
||||
BmuNumber=0
|
||||
SerialPort=COM5
|
||||
|
||||
[System]
|
||||
Language=0
|
||||
|
||||
[Window]
|
||||
ShowStatusbar=true
|
||||
|
|
Loading…
Reference in New Issue