Skip to content

Commit 12e11d9

Browse files
authored
Reverse reset level on hw 1.3.x (#73)
1 parent d97fec7 commit 12e11d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/HSLink-Pro/src/setting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ void Setting_Init(void)
229229

230230
update_settings();
231231

232-
if (CheckHardwareVersion(1, 2, 0xFF)) {
232+
if (CheckHardwareVersion(1, 2, 0xFF) or CheckHardwareVersion(1, 3, 0xFF)) {
233233
HSLink_Global.reset_level = 1;
234234
} else {
235235
HSLink_Global.reset_level = 0; // level when reset is active

0 commit comments

Comments
 (0)