We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25822d commit 479c738Copy full SHA for 479c738
CHANGELOG
@@ -1,3 +1,4 @@
1
+2023-03-06: correct ini file offset sign (same value as in EEPROM), fix comments [d25822d]
2
2022-10-18: update build process, create OpenHantek6022 header file with FW version [01b82fd]
3
2022-07-29: update README, add status badges [00a965f]
4
2022-07-29: upversion to 2.10.4 [6737826]
setup.py
@@ -8,7 +8,7 @@
8
#
9
# Update also "const uint16_t DSO602x_FW_VER = 0xXXYY" in "OpenHantek6022/openhantek/res/firmware/dso602x_fw_version.h"
10
11
-__version__ = '2.10.4'
+__version__ = '2.10.5'
12
13
14
from setuptools import setup
0 commit comments