chusan: ledport changed to COM5, fixes VFD

This commit is contained in:
Dniel97 2023-12-17 20:17:26 +01:00
parent ad154a83e5
commit ed042176d7
Signed by untrusted user: Dniel97
GPG Key ID: 6180B3C768FB2E08
2 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,7 @@ void chuni_io_config_load(
filename);
}
GetPrivateProfileStringW(L"slider", L"ledport", L"COM2", port_input, 6, filename);
GetPrivateProfileStringW(L"slider", L"ledport", L"COM5", port_input, 6, filename);
wcsncpy(cfg->led_com, L"\\\\.\\", 4);
wcsncat_s(cfg->led_com, 11, port_input, 6);
}

View File

@ -82,3 +82,7 @@ coin=0x33
;cell31=0x53
;cell30=0x53
; ... etc ...
; Enable slider LED serial output. This follows OpeNITHM Serial LED Protocol.
; eg. COM5
;ledport=