console auto-detect port seems to be broken fix #5430

only:proteus_f7
This commit is contained in:
rusefi 2023-07-22 14:52:27 -04:00
parent 3b979ec15c
commit 3927031f1c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ dependencies {
api project(':core_io')
api project(':logging')
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.10.1'
implementation group: 'com.fazecast', name: 'jSerialComm', version: '2.9.3'
implementation group: 'tel.schich', name: 'javacan-core', version: '3.2.0'
implementation global_libs.json
implementation ts_plugin_libs.httpclient