Commit Graph

31641 Commits

Author SHA1 Message Date
rusefillc a3498ce8cb only:Map3D deprecated? 2024-08-19 11:17:28 -04:00
rusefillc 6b7b78eb68 only:extract methods 2024-08-19 11:06:05 -04:00
rusefillc 2cf6caf6e8 only:todo 2024-08-19 11:06:05 -04:00
GitHub gen-configs Action 0b310071bc Auto-generated configs and docs 2024-08-19 13:37:36 +00:00
rusefillc 4b54fabe08 only:uaefi121 2024-08-19 09:32:05 -04:00
GitHub gen-default-tune Action 9b5d980cf1 Auto-generated default tune 2024-08-19 00:40:40 +00:00
rusefillc c3fe89b613 only:comms stats 2024-08-18 20:35:17 -04:00
rusefillc 0547a0211e only:JScrollPane 2024-08-18 20:35:17 -04:00
GitHub set-date Action d4c2038bda Update date 2024-08-19 00:21:57 +00:00
GitHub gen-configs Action 4be07b78f8 Auto-generated configs and docs 2024-08-18 23:25:42 +00:00
GitHub gen-default-tune Action 9474edebce Auto-generated default tune 2024-08-18 23:21:19 +00:00
rusefi a0eca54325 only:API change 2024-08-18 19:17:41 -04:00
rusefi 6046c552a2 only:API change 2024-08-18 19:15:15 -04:00
GitHub gen-configs Action b06bb69564 Auto-generated configs and docs 2024-08-18 22:29:58 +00:00
GitHub gen-default-tune Action b747ba1cdb Auto-generated default tune 2024-08-18 22:23:46 +00:00
rusefillc 9a865b91f2 TS CAN connector breaks WBO functionality #6827
only:uaefi121
2024-08-18 18:20:09 -04:00
Andrey e4d3a8c249 only:nicer error message 2024-08-18 15:03:19 -04:00
Andrey 4318055b56 only:8chan 2024-08-18 15:03:10 -04:00
Andrey Gusakov 93b4e0fb24 engine_controller: no need to know about fastAdc 2024-08-18 10:22:43 -04:00
rusefillc ea268ecd78 slow down verbose CAN while in serial CAN but do not stop it
only:uaefi121
2024-08-18 01:25:50 -04:00
rusefillc 0e08b3ef5c extracting magic constant
only:uaefi121
2024-08-18 01:19:59 -04:00
rusefi bac314b999 fix https://github.com/rusefi/hellen154hyundai/issues/158
only:hellen154hyundai_f7
2024-08-17 23:31:06 -04:00
rusefi 346f0cbd1f minor usability 2024-08-17 23:30:35 -04:00
rusefi 9940193eb0 toString 2024-08-17 22:52:19 -04:00
rusefi 8d031b98b1 only:uaefi121 2024-08-17 21:29:22 -04:00
GitHub gen-configs Action ae3a0830d3 Auto-generated configs and docs 2024-08-18 00:47:35 +00:00
GitHub gen-default-tune Action e2199434d2 Auto-generated default tune 2024-08-18 00:41:43 +00:00
rusefi bc1eae181c isDoubleSolenoidIdle is part of solenoid panel
only:uaefi121
2024-08-17 20:37:29 -04:00
rusefillc f1e0c7739d flipping stepper pinout
only:proteus_f4
2024-08-17 20:24:54 -04:00
GitHub gen-configs Action 828a96f0d2 Auto-generated configs and docs 2024-08-18 00:21:52 +00:00
GitHub gen-default-tune Action 8b2460f131 Auto-generated default tune 2024-08-18 00:15:15 +00:00
rusefillc 17dbfdb714 stepper settings are active unless DC is used by ETB page 2024-08-17 20:11:22 -04:00
GitHub gen-configs Action c9f8744b3d Auto-generated configs and docs 2024-08-17 19:49:40 +00:00
Andrey ab87f1f5ef fix https://github.com/rusefi/hellen154hyundai/issues/157
only:hellen154hyundai_f7
2024-08-17 15:46:49 -04:00
rusefi a6fb1e85a1 only:uaefi121 2024-08-17 14:22:50 -04:00
GitHub gen-configs Action c4ff08ed28 Auto-generated configs and docs 2024-08-17 18:19:01 +00:00
GitHub gen-default-tune Action 4f42c2db32 Auto-generated default tune 2024-08-17 18:12:47 +00:00
rusefi f2c0f86474 only:uaefi121 2024-08-17 14:08:38 -04:00
GitHub gen-configs Action 10b1e50c1b Auto-generated configs and docs 2024-08-17 15:48:43 +00:00
GitHub gen-default-tune Action 5a329246bd Auto-generated default tune 2024-08-17 15:42:28 +00:00
kifir 96b1b89feb update console version #6777 2024-08-17 18:38:36 +03:00
GitHub gen-default-tune Action 9e0390d3ed Auto-generated default tune 2024-08-17 15:36:28 +00:00
Andrey 7328c657ca only:no reason to spell out range, TS does this nicely. Also better tooltip. 2024-08-17 11:32:32 -04:00
GitHub gen-configs Action ab15e1c215 Auto-generated configs and docs 2024-08-17 14:36:04 +00:00
GitHub gen-default-tune Action 1964076f7d Auto-generated default tune 2024-08-17 14:30:05 +00:00
rusefi d9a5f44c75 only:uaefi121 2024-08-17 10:20:38 -04:00
kifir 1f131cd5ce now we unzip downloaded autoupdate zip file in two steps:
1. all files except `rusefi_autouppdate.jar` before new class loader preparation
2. `rusefi_autouppdate.jar` after new class loader preparation
(closes #6777)
2024-08-17 17:20:06 +03:00
kifir f15bc18f73 only: refactoring: extract part of funtionality into `prepareClassLoaderToStartConsole` method #6777 2024-08-17 17:20:06 +03:00
kifir d52e0a0d2e only: refactoring: extract unzipping from `Autoupdate.downloadAndUnzipAutoupdate` method and rename it to `Autoupdate.downloadAutoupdateZipFile` #6777 2024-08-17 17:20:06 +03:00
Andrey 3789fdb980 Console is broken on Windows 11 fix #6821 2024-08-17 09:59:02 -04:00