Commit Graph

6878 Commits

Author SHA1 Message Date
GitHub gen-configs Action 77dc611b77 Auto-generated configs and docs 2024-08-28 00:07:03 +00:00
kifir a6a3f9c21b update console version 2024-08-27 09:03:13 -04:00
kifir 602cc29b2f only: refactoring: rename field and method 2024-08-27 09:03:13 -04:00
kifir e5bfc6bdef now we use .setText("") to space instead of .setVisible(false) to avoid layout contraction 2024-08-27 09:03:13 -04:00
kifir 652570babe now we pack frame before it is shown, not only when hardware is updated 2024-08-27 09:03:13 -04:00
GitHub gen-configs Action f808cdfbc6 Auto-generated configs and docs 2024-08-26 23:54:09 +00:00
rusefillc 61ff1ba345 skip_ecu_type_detection 2024-08-26 11:43:07 -04:00
rusefillc babeb5d88d bump 2024-08-26 11:42:01 -04:00
rusefillc 57356dad03 only:better naming, better location 2024-08-26 11:41:53 -04:00
GitHub gen-configs Action 77b8660e18 Auto-generated configs and docs 2024-08-26 13:50:42 +00:00
GitHub gen-configs Action 0a58d6e740 Auto-generated configs and docs 2024-08-25 22:59:36 +00:00
GitHub gen-configs Action 5f42ac3a47 Auto-generated configs and docs 2024-08-23 23:07:46 +00:00
rusefillc 37b0ec7c35 autoupdate fails - classloader right after file overwrite #6777
only:we do not understand this completely :(
2024-08-23 15:29:14 -04:00
rusefillc ecf9d805cb only:dead and bump 2024-08-23 15:15:01 -04:00
rusefillc 00966b1650 only:drama 2024-08-23 15:04:55 -04:00
GitHub gen-configs Action 27a5133e04 Auto-generated configs and docs 2024-08-23 17:04:49 +00:00
Andrey 696981d5b0 only:write_readme_html 2024-08-23 11:08:49 -04:00
GitHub gen-configs Action 17152c541a Auto-generated configs and docs 2024-08-22 23:21:45 +00:00
GitHub gen-configs Action b54b37aef6 Auto-generated configs and docs 2024-08-22 16:26:16 +00:00
GitHub gen-configs Action 5f18ce762e Auto-generated configs and docs 2024-08-22 15:53:13 +00:00
rusefillc ddf1c28d57 open loop boost control does not allow Y axis MAP values greater than 100, even when Y axis is set to MAP #6840
expanding range, also renaming axis
2024-08-22 11:34:34 -04:00
GitHub gen-configs Action 7a2567bd2f Auto-generated configs and docs 2024-08-22 00:28:48 +00:00
rusefillc 36670b0e5b only:partial revert to original behavior
Autoupdate should get the default white label from its jar filename. #6838
2024-08-21 17:00:33 -04:00
rusefillc 6a9912791e proper logging 2024-08-21 17:00:33 -04:00
rusefillc c9e5a3f5d6 only:binary_config_image 2024-08-21 15:18:46 -04:00
andreika-git 058b3ea789 Implement https://github.com/rusefi/rusefi/issues/6838 2024-08-21 13:27:28 -04:00
rusefillc 4cf762267a only:improving error message 2024-08-21 12:29:03 -04:00
GitHub gen-configs Action 858a01e298 Auto-generated configs and docs 2024-08-21 12:32:35 +00:00
GitHub gen-configs Action 43c7ce5e66 Auto-generated configs and docs 2024-08-20 21:10:39 +00:00
GitHub gen-configs Action 9d5ab34116 Auto-generated configs and docs 2024-08-20 01:43:10 +00:00
GitHub gen-configs Action 4f056aae85 Auto-generated configs and docs 2024-08-19 23:09:23 +00:00
kifir 2abad1c5ef support white-labeled console .jar file name (#6777) 2024-08-19 13:41:21 -04:00
kifir 0b5410908e change unzip order: now at first we unzip `rusefi_console.jar` to prepare class loader and then other files (#6777) 2024-08-19 13:41:21 -04:00
rusefillc d1c4d60d3a only:logging is a complete mess 2024-08-19 13:09:33 -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
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 gen-configs Action 4be07b78f8 Auto-generated configs and docs 2024-08-18 23:25:42 +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
rusefi 346f0cbd1f minor usability 2024-08-17 23:30:35 -04:00
rusefi 9940193eb0 toString 2024-08-17 22:52:19 -04:00
GitHub gen-configs Action ae3a0830d3 Auto-generated configs and docs 2024-08-18 00:47:35 +00:00
GitHub gen-configs Action 828a96f0d2 Auto-generated configs and docs 2024-08-18 00:21:52 +00:00
GitHub gen-configs Action c4ff08ed28 Auto-generated configs and docs 2024-08-17 18:19:01 +00:00
GitHub gen-configs Action 10b1e50c1b Auto-generated configs and docs 2024-08-17 15:48:43 +00:00
kifir 96b1b89feb update console version #6777 2024-08-17 18:38:36 +03:00
GitHub gen-configs Action ab15e1c215 Auto-generated configs and docs 2024-08-17 14:36:04 +00: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
GitHub gen-configs Action 7afbcd750e Auto-generated configs and docs 2024-08-17 03:55:01 +00:00
GitHub gen-configs Action 137b9abff0 Auto-generated configs and docs 2024-08-16 22:03:54 +00:00
rusefi 5730e18970 progress bar frame to use nicer icon
only:uaefi121
2024-08-15 21:38:54 -04:00
rusefillc 1d430f45ba group: 'com.fazecast', name: 'jSerialComm', version: '2.11.0' 2024-08-15 20:02:20 -04:00
GitHub gen-configs Action 15eab88195 Auto-generated configs and docs 2024-08-15 23:24:48 +00:00
GitHub gen-configs Action e62224d886 Auto-generated configs and docs 2024-08-15 22:03:41 +00:00
Andrey b285e1caf0 only:flexible jar name 2024-08-15 12:36:05 -04:00
Andrey 992861f46f only:manual shame 2024-08-15 10:08:39 -04:00
GitHub gen-configs Action fbb0009812 Auto-generated configs and docs 2024-08-15 13:58:27 +00:00
kifir 4663ebeb29 Now we work properly if new `OpenBlt` port appeared immediately after ECU rebooted to OpenBlt (closes #6713) 2024-08-15 09:48:15 -04:00
kifir 203ccc89c0 only: refactoring: extract `AvailableHardware` from `SerialPortScanner` class 2024-08-15 09:48:15 -04:00
kifir a7688c58d7 only: refactoring: simplify `SerialPortCache.retainAll` method 2024-08-15 09:48:15 -04:00
kifir 42e2e75a9e limit life-time for cached serial ports #6713 2024-08-15 09:48:15 -04:00
kifir 859ddd23b5 only: refactoring: extract part of functionality is extracted into SerialPortCache class 2024-08-15 09:48:15 -04:00
Andrey f94c0d061c updater process stays running if closed with cross icon fix #6813
only:uaefi
2024-08-14 17:17:37 -04:00
GitHub gen-configs Action 0481962837 Auto-generated configs and docs 2024-08-14 20:59:56 +00:00
rusefillc f76d3eba93 updater process stays running if closed with cross icon #6813 2024-08-14 14:48:49 -04:00
rusefillc 583791a734 only:shameful manual version bump 2024-08-14 12:49:27 -04:00
kifir 5d25990183 Now we log strange situations (closes #6788) 2024-08-14 12:33:47 -04:00
kifir 6899853d03 Forbid firmware update when multiple ECUs are connected #6788 2024-08-14 12:33:47 -04:00
kifir 7a23b3f92e only: refactoring: extract part of functionality into `switchToPort` method 2024-08-14 12:33:47 -04:00
kifir 80e9f84125 only: refactoring: extract part of functionality into overloaded `AvailableHardware.getKnownPorts` method 2024-08-14 12:33:47 -04:00
kifir 938c323516 forbid multiple ECU-s updating after `Auto Update Firmware` button is pressed (see `Auto Update Firmware`) #6788 2024-08-14 12:33:47 -04:00
kifir 9caf49ccfc only: refactoring: extract part of functionality into `onHardwareUpdated` method 2024-08-14 12:33:47 -04:00
kifir 14cc189806 only: refactoring: extract controls on the form into fields 2024-08-14 12:33:47 -04:00
GitHub gen-configs Action 83255edf7d Auto-generated configs and docs 2024-08-14 05:28:44 +00:00
GitHub gen-configs Action 104e1c50ef Auto-generated configs and docs 2024-08-14 01:10:46 +00:00
kifir be42039abc only: refactoring: get rid of unused `SerialAutoChecker.mode` field 2024-08-13 12:16:52 -04:00
kifir 07fe982aa5 only: fix potential IOStream leak: Method `DfuHelper.sendDfuRebootCommand` shouldn't be responsible for closing a stream, because there are cases, when overloaded `DfuHelper.sendDfuRebootCommand` method doesn't call its namesake (that was closing the stream) 2024-08-13 12:16:52 -04:00
kifir c7fefcef25 only: refactoring: get rid of redundant class instantiation when we need just call a static method 2024-08-13 12:16:52 -04:00
kifir 07ce7f5691 only: get rid of unused method 2024-08-13 12:16:52 -04:00
GitHub gen-configs Action 49dfe0428a Auto-generated configs and docs 2024-08-13 01:56:02 +00:00
rusefillc b6f3f420fb only:autoupdate fails #6777 2024-08-12 15:08:19 -04:00
kifir af2aa8932b now we really check that new port appeared after ECU port disappeared (closes #6747) 2024-08-12 13:05:15 -04:00
kifir bde60cb578 only: get rid of redundant check for `auto` port - it should never be `auto` here 2024-08-12 13:05:15 -04:00
kifir 0f0a433102 only: fix misprint 2024-08-12 13:05:15 -04:00
GitHub gen-configs Action e383c2547f Auto-generated configs and docs 2024-08-12 03:56:55 +00:00
GitHub gen-configs Action 40843c27cd Auto-generated configs and docs 2024-08-11 02:59:02 +00:00
GitHub gen-configs Action 32e08a17a3 Auto-generated configs and docs 2024-08-10 23:17:01 +00:00
GitHub gen-configs Action 5c87f24fc9 Auto-generated configs and docs 2024-08-10 03:37:53 +00:00
kifir a98285252f only: refactoring: now LinkManager.getCommPorts method returns set of strings instead of array 2024-08-09 16:21:39 -04:00
kifir 576629de2f only: get rid of unused method 2024-08-09 16:21:39 -04:00
rusefillc aa00f48b43 only:removing some dead code 2024-08-09 12:16:11 -04:00
rusefillc 3ca0108a65 only:reducing method visibility 2024-08-09 11:54:32 -04:00
rusefillc 7363e80f3b only:reducing method visibility 2024-08-09 11:53:37 -04:00
rusefillc c797697a8a only: updater wl 2024-08-09 00:24:36 -04:00
rusefillc 93b3132d7c only: flexible UPDATE_FW_HELP_URL 2024-08-08 23:55:19 -04:00
rusefillc 572018fe7a do not show 'install drivers' button if folder is missing 2024-08-08 23:55:19 -04:00
GitHub gen-configs Action f9ddf3a842 Auto-generated configs and docs 2024-08-09 02:53:48 +00:00
rusefillc f4d347171e trying to preserver the error
only: proteus_f7
2024-08-08 21:24:11 -04:00
GitHub gen-configs Action 009ad724b8 Auto-generated configs and docs 2024-08-08 23:36:28 +00:00
rusefillc ae13dce53f only: trying to preserver the error 2024-08-08 19:26:30 -04:00
GitHub gen-configs Action aec45f47c0 Auto-generated configs and docs 2024-08-08 17:27:17 +00:00
GitHub gen-configs Action ab736b2888 Auto-generated configs and docs 2024-08-08 15:23:08 +00:00
GitHub gen-configs Action bb1336c870 Auto-generated configs and docs 2024-08-08 13:50:54 +00:00
rusefillc b8ba119828 only:flexibility 2024-08-08 09:18:36 -04:00
GitHub gen-configs Action c684ffefec Auto-generated configs and docs 2024-08-08 03:26:05 +00:00
rusefi 5935ab8c3f more of autoupdate fails #6777
only:alphax-4K-GDI
2024-08-07 21:23:43 -04:00
GitHub gen-configs Action bedc82fe6c Auto-generated configs and docs 2024-08-07 23:17:38 +00:00
rusefillc 97560eec48 only:wl 2024-08-07 16:39:53 -04:00
rusefillc 046ca6067e only:minor usability 2024-08-07 16:35:49 -04:00
rusefillc 47fd5c4828 autoupdate fails #6777
only:proteus_f7
maybe sad fix?
2024-08-07 15:45:50 -04:00
rusefillc 49f67383bb autoupdate fails #6777
only:minor refactoring
2024-08-07 15:26:06 -04:00
rusefillc 4a18987374 only:typo 2024-08-07 13:56:26 -04:00
rusefillc 8141ffeee7 autoupdate fails #6777
only:showing exception
2024-08-07 13:56:26 -04:00
GitHub gen-configs Action c9cfd1175a Auto-generated configs and docs 2024-08-07 15:42:15 +00:00
rusefillc 487737c8ca bugfix:autoupdate was not working because of broken logging dependency 2024-08-07 10:36:32 -04:00
rusefillc 9be8012354 wmic not found on Windows 10 #6774 2024-08-06 21:15:04 -04:00
GitHub gen-configs Action 6a23ecef2d Auto-generated configs and docs 2024-08-06 23:09:21 +00:00
GitHub gen-configs Action 0a22ac186b Auto-generated configs and docs 2024-08-06 20:56:45 +00:00
GitHub gen-configs Action 7b5cef7587 Auto-generated configs and docs 2024-08-06 01:12:38 +00:00
GitHub gen-configs Action e58cb93d2b Auto-generated configs and docs 2024-08-05 23:31:39 +00:00
Andrey d0c939d7f9 Please make gauges in Freedom Fahrenheit units celsius #4788
only: experiments
2024-08-04 17:51:48 -04:00
Andrey 766b3d662e only: starting logging sooner 2024-08-04 16:51:22 -04:00
GitHub gen-configs Action 4477d91064 Auto-generated configs and docs 2024-08-04 18:12:40 +00:00
GitHub gen-configs Action 4a31db928d Auto-generated configs and docs 2024-08-04 05:37:34 +00:00
GitHub gen-configs Action 5b5fedab85 Auto-generated configs and docs 2024-08-03 17:52:38 +00:00
GitHub gen-configs Action 5a45a873d8 Auto-generated configs and docs 2024-08-03 14:51:26 +00:00
GitHub gen-configs Action 03036afe85 Auto-generated configs and docs 2024-08-03 06:25:43 +00:00
GitHub gen-configs Action fc92685491 Auto-generated configs and docs 2024-08-03 00:11:06 +00:00
GitHub gen-configs Action 0537eab129 Auto-generated configs and docs 2024-08-01 23:15:10 +00:00
rusefi 8443577343 only:minor usability 2024-08-01 00:54:19 -04:00
GitHub gen-configs Action d181e4f2e1 Auto-generated configs and docs 2024-08-01 01:09:36 +00:00
GitHub gen-configs Action 8d89c8c1e5 Auto-generated configs and docs 2024-07-31 17:24:50 +00:00
GitHub gen-configs Action 0d49517b4f Auto-generated configs and docs 2024-07-31 01:17:16 +00:00
GitHub gen-configs Action bd90c617d7 Auto-generated configs and docs 2024-07-31 00:46:16 +00:00
GitHub gen-configs Action 52a9abb853 Auto-generated configs and docs 2024-07-29 23:09:14 +00:00
GitHub gen-configs Action a75a44cb05 Auto-generated configs and docs 2024-07-29 02:53:15 +00:00
rusefi 609d9f016f show_simulator=true 2024-07-28 12:04:17 -04:00
GitHub gen-configs Action 8728114b4d Auto-generated configs and docs 2024-07-28 05:48:20 +00:00
rusefi af6f0ba092 only:handling lack of .srec file 2024-07-28 00:51:39 -04:00
GitHub gen-configs Action 62d4adbe10 Auto-generated configs and docs 2024-07-28 02:16:19 +00:00
GitHub gen-configs Action 0dcbae750c Auto-generated configs and docs 2024-07-27 04:33:10 +00:00
GitHub gen-configs Action 3fcf91339e Auto-generated configs and docs 2024-07-27 03:17:38 +00:00
GitHub gen-configs Action 9b8cf71c99 Auto-generated configs and docs 2024-07-26 21:26:11 +00:00
GitHub gen-configs Action 65021e4c91 Auto-generated configs and docs 2024-07-26 20:41:53 +00:00
GitHub gen-configs Action d61be9bbe4 Auto-generated configs and docs 2024-07-26 12:51:02 +00:00
GitHub gen-configs Action c35d6cb4b5 Auto-generated configs and docs 2024-07-26 06:26:41 +00:00
GitHub gen-configs Action cc8e51a889 Auto-generated configs and docs 2024-07-26 05:49:38 +00:00
GitHub gen-configs Action 2851d075f3 Auto-generated configs and docs 2024-07-25 15:46:05 +00:00
GitHub gen-configs Action 1eb716fd57 Auto-generated configs and docs 2024-07-24 02:08:04 +00:00
GitHub gen-configs Action a0e3cd5614 Auto-generated configs and docs 2024-07-24 01:09:44 +00:00
GitHub gen-configs Action 4fd2d21144 Auto-generated configs and docs 2024-07-22 23:38:52 +00:00
GitHub gen-configs Action d196ff18e7 Auto-generated configs and docs 2024-07-22 18:52:43 +00:00
GitHub gen-configs Action de98219a17 Auto-generated configs and docs 2024-07-22 02:25:59 +00:00
GitHub gen-configs Action 3f4d62767a Auto-generated configs and docs 2024-07-20 23:40:35 +00:00
GitHub gen-configs Action 461b143a80 Auto-generated configs and docs 2024-07-20 04:16:51 +00:00
GitHub gen-configs Action c17723fcc9 Auto-generated configs and docs 2024-07-20 00:15:37 +00:00
GitHub gen-configs Action c5449f9d26 Auto-generated configs and docs 2024-07-19 23:52:55 +00:00
GitHub gen-configs Action f867d435d2 Auto-generated configs and docs 2024-07-19 17:55:34 +00:00
GitHub gen-configs Action f6497a05b3 Auto-generated configs and docs 2024-07-19 04:18:03 +00:00
GitHub gen-configs Action 960b6276d8 Auto-generated configs and docs 2024-07-18 13:12:51 +00:00
GitHub gen-configs Action 7b014b0a34 Auto-generated configs and docs 2024-07-17 21:35:34 +00:00
kifir23917 8afdbdbe59 Implement waiting for new port to appear #6699 2024-07-17 10:29:15 -04:00
kifir23917 f3bee89797 Only: symplify waitForEcuPortDisappeared method signature #6699 2024-07-17 10:29:15 -04:00
kifir23917 012dec829b Only: improve logging #6699 2024-07-17 10:29:15 -04:00
kifir23917 210d21eee5 Only: get rid of unused code 2024-07-17 10:29:15 -04:00
kifir23917 2f004089f3 Only: get rid of unused parameter (#6699) 2024-07-17 10:29:15 -04:00
GitHub gen-configs Action 0f6adb8e84 Auto-generated configs and docs 2024-07-17 01:28:31 +00:00
GitHub gen-configs Action 16e3ebab67 Auto-generated configs and docs 2024-07-16 20:05:52 +00:00
GitHub gen-configs Action 95819dee6d Auto-generated configs and docs 2024-07-16 19:41:53 +00:00
rusefillc 41021c4911 reducing logging confusion 2024-07-16 15:10:58 -04:00
rusefillc 994899dd78 reducing naming confusion 2024-07-16 14:38:11 -04:00
GitHub gen-configs Action cac8626d46 Auto-generated configs and docs 2024-07-16 14:41:14 +00:00
GitHub gen-configs Action 3592abfe31 Auto-generated configs and docs 2024-07-16 02:23:17 +00:00
GitHub gen-configs Action e52809bc5e Auto-generated configs and docs 2024-07-15 04:02:31 +00:00
GitHub gen-configs Action 92d28ffe0b Auto-generated configs and docs 2024-07-15 03:45:55 +00:00
GitHub gen-configs Action 95a16aa300 Auto-generated configs and docs 2024-07-14 23:53:40 +00:00
GitHub gen-configs Action 23430dc03e Auto-generated configs and docs 2024-07-14 11:04:47 +00:00
GitHub gen-configs Action dc188514f6 Auto-generated configs and docs 2024-07-14 04:31:38 +00:00
Andrey ffe71e6fb0 only:unused fields not needed in Fields.java 2024-07-14 00:28:40 -04:00
GitHub gen-configs Action b21a51013e Auto-generated configs and docs 2024-07-14 02:49:24 +00:00
Andrey 6ca8f80025 Fields.java is a mess #6711
only:new home for protocol constants
2024-07-13 22:39:36 -04:00
GitHub gen-configs Action 4229eed646 Auto-generated configs and docs 2024-07-14 02:34:19 +00:00
Andrey 2d41db282c Fields.java is a mess #6711
only:new home for protocol constants
2024-07-13 22:24:40 -04:00
GitHub gen-configs Action 377dc627df Auto-generated configs and docs 2024-07-13 23:56:33 +00:00
GitHub gen-configs Action 3c5ca0a125 Auto-generated configs and docs 2024-07-13 23:03:49 +00:00
Andrey 0f0d323063 Fields.java is a mess #6711
new home for protocol constants
2024-07-13 18:37:04 -04:00
GitHub gen-configs Action 43b5bd6cdb Auto-generated configs and docs 2024-07-13 22:14:52 +00:00
Andrey 25ab3b2cc1 Fields.java is a mess #6711
new home for protocol constants
2024-07-13 18:04:23 -04:00
kifir23917 f59c4cffe0 Allow waiting for ECU reboot more than 3 seconds (closes #6699) 2024-07-13 16:41:21 -04:00
kifir23917 ff59dca8d3 Add sendToLogger parameter (#6699) 2024-07-13 16:41:21 -04:00
kifir23917 a58876edd3 Extract logging with break-line into `logLine` and `appendLine` methods (#6699) 2024-07-13 16:41:21 -04:00
kifir23917 ace2c67e5a Support logging to text area without breaking line (#6699) 2024-07-13 16:41:21 -04:00
GitHub gen-configs Action 4687802890 Auto-generated configs and docs 2024-07-13 10:08:53 +00:00
GitHub gen-configs Action 6c2e58a151 Auto-generated configs and docs 2024-07-12 21:34:49 +00:00
GitHub gen-configs Action 4fce21ec24 Auto-generated configs and docs 2024-07-11 13:47:06 +00:00
GitHub gen-configs Action fb1afed60d Auto-generated configs and docs 2024-07-11 03:02:09 +00:00
GitHub gen-configs Action 69734692b2 Auto-generated configs and docs 2024-07-10 21:33:49 +00:00
GitHub gen-configs Action 16de935c4b Auto-generated configs and docs 2024-07-10 21:05:19 +00:00
GitHub gen-configs Action 8283d9add2 Auto-generated configs and docs 2024-07-10 01:14:54 +00:00
rusefillc 51efd50081 only:alphax-4chan_f7
too good to be true?
2024-07-08 21:20:12 -04:00
GitHub gen-configs Action d43f5ec2ac Auto-generated configs and docs 2024-07-09 01:11:24 +00:00
GitHub gen-configs Action dfd8b2d707 Auto-generated configs and docs 2024-07-08 05:20:36 +00:00
GitHub gen-configs Action 47a78eac3e Auto-generated configs and docs 2024-07-07 03:27:48 +00:00
GitHub gen-configs Action 22f5740cf7 Auto-generated configs and docs 2024-07-07 02:10:44 +00:00
GitHub gen-configs Action 5d605e24b1 Auto-generated configs and docs 2024-07-06 17:12:23 +00:00
GitHub gen-configs Action ef8a04086b Auto-generated configs and docs 2024-07-05 12:16:31 +00:00
GitHub gen-configs Action f58096824e Auto-generated configs and docs 2024-07-04 21:51:43 +00:00
GitHub gen-configs Action 4c048b276d Auto-generated configs and docs 2024-07-04 18:19:43 +00:00
GitHub gen-configs Action 1c47212c35 Auto-generated configs and docs 2024-07-04 01:10:46 +00:00
GitHub gen-configs Action b9947bbd91 Auto-generated configs and docs 2024-07-03 23:28:02 +00:00
kifir fdb752b4fe support white-labels in autoupdate 2024-07-03 15:44:24 -04:00
kifir d1d8644c7c rename existing `SerialAutoChecker.getWhitelabel` method to `getSignatureWhitelabelPrefix` 2024-07-03 15:44:24 -04:00
GitHub gen-configs Action dc77b66cf4 Auto-generated configs and docs 2024-07-03 18:23:42 +00:00
GitHub gen-configs Action ebe34d814c Auto-generated configs and docs 2024-07-03 17:44:38 +00:00
rusefillc 46a1a2a66b disconnected console title clean-up 2024-07-03 12:49:49 -04:00
GitHub gen-configs Action caa1f568bf Auto-generated configs and docs 2024-07-03 04:06:23 +00:00
GitHub gen-configs Action 1b982cbdd2 Auto-generated configs and docs 2024-07-01 23:12:20 +00:00
GitHub gen-configs Action c2f13970c4 Auto-generated configs and docs 2024-07-01 01:58:41 +00:00
GitHub gen-configs Action bd1a4bb135 Auto-generated configs and docs 2024-06-30 21:04:30 +00:00
GitHub gen-configs Action f3dbecee3a Auto-generated configs and docs 2024-06-30 03:39:24 +00:00
GitHub gen-configs Action 5d68b3c439 Auto-generated configs and docs 2024-06-29 23:53:01 +00:00
Matthew Kennedy faf9a0184c hw ci uses .name() instead of .ordinal()
(cherry picked from commit add5c8c409dbb8454c024bfa82771d8966c8b19d)
2024-06-28 20:38:21 -04:00
GitHub gen-configs Action ff4393a10c Auto-generated configs and docs 2024-06-29 00:33:43 +00:00
GitHub gen-configs Action 529c57d4a8 Auto-generated configs and docs 2024-06-28 13:05:38 +00:00
GitHub gen-configs Action 21b7dcbffb Auto-generated configs and docs 2024-06-28 12:31:21 +00:00
GitHub gen-configs Action 361e422788 Auto-generated configs and docs 2024-06-27 23:16:53 +00:00
GitHub gen-configs Action 77df7e939a Auto-generated configs and docs 2024-06-27 13:59:48 +00:00
GitHub gen-configs Action bc1be072f4 Auto-generated configs and docs 2024-06-27 04:15:39 +00:00
GitHub gen-configs Action 58623d646f Auto-generated configs and docs 2024-06-27 03:07:44 +00:00
GitHub gen-configs Action 1845e54653 Auto-generated configs and docs 2024-06-26 21:05:26 +00:00
GitHub gen-configs Action c6e871b0f6 Auto-generated configs and docs 2024-06-25 23:21:46 +00:00
GitHub gen-configs Action 07507a0cbd Auto-generated configs and docs 2024-06-25 22:51:19 +00:00
GitHub gen-configs Action 50015fcc2c Auto-generated configs and docs 2024-06-25 18:29:21 +00:00
GitHub gen-configs Action 96357791b5 Auto-generated configs and docs 2024-06-25 14:43:55 +00:00
GitHub gen-configs Action 05d250aca7 Auto-generated configs and docs 2024-06-25 03:13:14 +00:00
GitHub gen-configs Action fcac171acc Auto-generated configs and docs 2024-06-24 22:33:55 -04:00
GitHub gen-configs Action 6a5b364048 Auto-generated configs and docs 2024-06-25 01:45:06 +00:00
GitHub gen-configs Action 91d1e581dd Auto-generated configs and docs 2024-06-25 01:18:35 +00:00
GitHub gen-configs Action 2d73517821 Auto-generated configs and docs 2024-06-24 17:52:48 +00:00
GitHub gen-configs Action d5bb03c8de Auto-generated configs and docs 2024-06-23 23:23:45 +00:00
GitHub gen-configs Action c148f959a8 Auto-generated configs and docs 2024-06-23 21:53:00 +00:00
GitHub gen-configs Action 2a57575284 Auto-generated configs and docs 2024-06-23 20:43:00 +00:00
GitHub gen-configs Action a4bf13e400 Auto-generated configs and docs 2024-06-23 18:25:58 +00:00
GitHub gen-configs Action d8661990cc Auto-generated configs and docs 2024-06-23 15:43:03 +00:00
GitHub gen-configs Action a9dc060872 Auto-generated configs and docs 2024-06-22 17:24:27 +00:00
GitHub gen-configs Action cf783d45be Auto-generated configs and docs 2024-06-22 15:46:47 +00:00
GitHub gen-configs Action 005614bb81 Auto-generated configs and docs 2024-06-21 16:25:01 +00:00
GitHub gen-configs Action 200993a086 Auto-generated configs and docs 2024-06-21 13:27:04 +00:00
GitHub gen-configs Action ff97040327 Auto-generated configs and docs 2024-06-21 03:21:04 +00:00
GitHub gen-configs Action 62b11f5aa4 Auto-generated configs and docs 2024-06-20 23:10:50 -04:00
GitHub gen-configs Action bd2beb185f Auto-generated configs and docs 2024-06-20 15:57:15 +00:00
GitHub gen-configs Action a1baf69172 Auto-generated configs and docs 2024-06-19 23:25:21 +00:00
GitHub gen-configs Action f8d06bef2a Auto-generated configs and docs 2024-06-19 18:08:05 -04:00
GitHub gen-configs Action da10d90966 Auto-generated configs and docs 2024-06-19 00:25:06 +00:00
GitHub gen-configs Action e0d1c78090 Auto-generated configs and docs 2024-06-18 18:59:13 +00:00
GitHub gen-configs Action 450c1040ba Auto-generated configs and docs 2024-06-18 17:02:00 +00:00
GitHub gen-configs Action 66da250187 Auto-generated configs and docs 2024-06-18 15:30:27 +00:00
GitHub gen-configs Action 01d2e9dbd5 Auto-generated configs and docs 2024-06-18 01:58:34 +00:00
GitHub gen-configs Action 5907402c7a Auto-generated configs and docs 2024-06-17 23:41:59 +00:00
GitHub gen-configs Action da451784f2 Auto-generated configs and docs 2024-06-17 20:19:10 +00:00
GitHub gen-configs Action a7d4961744 Auto-generated configs and docs 2024-06-17 19:41:09 +00:00
GitHub gen-configs Action 4b5358d5b9 Auto-generated configs and docs 2024-06-17 16:35:08 +00:00
rusefillc 7770bdf78b only: DefaultExceptionHandler and bootloaderPorts fix 2024-06-17 12:14:48 -04:00
rusefillc 78b948b3f1 extracting method 2024-06-17 12:14:23 -04:00
GitHub gen-configs Action c3c194e49f Auto-generated configs and docs 2024-06-17 15:35:46 +00:00
rusefillc 5f7bd7b00f only:different BasicStartupFrame button text for different operation modes 2024-06-16 13:56:20 -04:00
rusefillc ec501fcfe3 only:lambdas 2024-06-16 13:40:50 -04:00
GitHub gen-configs Action dbf5b4156a Auto-generated configs and docs 2024-06-16 00:15:23 +00:00
Andrey 75929b8e01 only: better error message 2024-06-15 20:05:47 -04:00
GitHub gen-configs Action 0101901052 Auto-generated configs and docs 2024-06-15 14:40:39 +00:00
GitHub gen-configs Action aa9eec47b0 Auto-generated configs and docs 2024-06-15 05:33:09 +00:00
GitHub gen-configs Action 062bf26054 Auto-generated configs and docs 2024-06-14 13:58:24 +00:00
GitHub gen-configs Action 7274d68b58 Auto-generated configs and docs 2024-06-14 03:49:13 +00:00
GitHub gen-configs Action bb257450e1 Auto-generated configs and docs 2024-06-13 21:45:22 +00:00
GitHub gen-configs Action ea1df222c4 Auto-generated configs and docs 2024-06-13 16:06:34 -04:00
rusefillc 593dc7904b Files date for LTS is download timestamp not file timestamp #6613
only:uaefi121
2024-06-13 16:06:34 -04:00
rusefillc af54091e55 only:whitelabel 2024-06-13 16:06:34 -04:00
GitHub gen-configs Action 9d13c565ce Auto-generated configs and docs 2024-06-13 00:29:04 +00:00
GitHub gen-configs Action bc3b1fe273 Auto-generated configs and docs 2024-06-12 03:19:25 +00:00
GitHub gen-configs Action 1d2e8bb33f Auto-generated configs and docs 2024-06-11 19:01:04 +00:00
GitHub gen-configs Action 47396d1b39 Auto-generated configs and docs 2024-06-11 16:26:41 +00:00
GitHub gen-configs Action 80ed4f694e Auto-generated configs and docs 2024-06-11 01:02:05 +00:00
GitHub gen-configs Action 596a204998 Auto-generated configs and docs 2024-06-10 23:21:31 +00:00
GitHub gen-configs Action 9ea5fad023 Auto-generated configs and docs 2024-06-10 17:25:14 +00:00
GitHub gen-configs Action 315ebef324 Auto-generated configs and docs 2024-06-09 23:58:50 +00:00
GitHub gen-configs Action 7765f822c5 Auto-generated configs and docs 2024-06-09 23:42:23 +00:00
GitHub gen-configs Action 36be456c0d Auto-generated configs and docs 2024-06-09 19:19:32 +00:00
Andrey 9ef76907ee Allow to choose lower RPM cutoff for AC Compressor #6597 2024-06-09 15:09:07 -04:00
GitHub gen-configs Action fd6268a643 Auto-generated configs and docs 2024-06-09 17:43:18 +00:00
GitHub gen-configs Action cd8f302560 Auto-generated configs and docs 2024-06-09 01:57:53 +00:00
GitHub gen-configs Action b0c4ef7274 Auto-generated configs and docs 2024-06-09 00:25:14 +00:00
GitHub gen-configs Action f6194b7881 Auto-generated configs and docs 2024-06-08 00:44:31 +00:00
GitHub gen-configs Action 95f4ef6cd2 Auto-generated configs and docs 2024-06-07 23:53:28 +00:00
rusefillc 24fdbfe55c only:not even offer DFU erase 2024-06-07 03:23:30 -04:00
GitHub gen-configs Action b210f9510c Auto-generated configs and docs 2024-06-07 05:33:30 +00:00
GitHub gen-configs Action d87d84138f Auto-generated configs and docs 2024-06-06 03:12:50 +00:00
GitHub gen-configs Action fe212f5ca2 Auto-generated configs and docs 2024-06-06 02:35:13 +00:00
GitHub gen-configs Action 673b20dab2 Auto-generated configs and docs 2024-06-05 23:56:20 +00:00
GitHub gen-configs Action 0247a0a962 Auto-generated configs and docs 2024-06-05 19:04:48 +00:00
GitHub gen-configs Action 3eb9d71cd0 Auto-generated configs and docs 2024-06-05 09:06:11 +00:00
Matthew Kennedy 36dc6921ba remove TS_RESPONSE_COMMAND_OK when TS_RESPONSE_OK exists 2024-06-05 04:56:37 -04:00
GitHub gen-configs Action 9a817ade31 Auto-generated configs and docs 2024-06-05 03:07:21 +00:00
rusefillc ae26dc433e simpler basic firmware updater fix #5577 2024-06-03 17:06:21 -04:00
GitHub gen-configs Action e73db6aef7 Auto-generated configs and docs 2024-06-03 20:13:22 +00:00
GitHub gen-configs Action 97746492f0 Auto-generated configs and docs 2024-06-03 19:08:17 +00:00
rusefi 0b15db9a65 Try closing and opening console again 2024-06-03 13:13:08 -04:00
rusefillc 44c7fa1888 only: console usability: auto-select OPENBLT_MANUAL 2024-06-03 12:29:36 -04:00
rusefillc c6aafef46a only:simpler basic console Console buttons to read write tune #5577 2024-06-03 11:21:00 -04:00
rusefillc 4b1d52dacb only:mild refactoring 2024-06-03 11:07:24 -04:00
rusefillc 2a79b054aa only:mild refactoring 2024-06-03 10:11:03 -04:00
rusefillc 71ec798191 simpler basic console Console buttons to read write tune #5577
only:mild refactoring
2024-06-03 09:27:33 -04:00
rusefillc 6706f97512 only: simpler basic console Console buttons to read write tune #5577 2024-06-03 09:26:49 -04:00
GitHub gen-configs Action 7e723c8544 Auto-generated configs and docs 2024-06-03 00:10:53 +00:00
GitHub gen-configs Action 19915ca812 Auto-generated configs and docs 2024-06-02 16:38:39 +00:00
rusefillc 57bba559b0 only: Autoupdate fix with LTS 2024-05-31 21:38:42 -04:00
GitHub gen-configs Action cc2738f2d9 Auto-generated configs and docs 2024-06-01 00:25:22 +00:00
GitHub gen-configs Action 5b93f80086 Auto-generated configs and docs 2024-05-31 19:18:25 +00:00
GitHub gen-configs Action 5005267a48 Auto-generated configs and docs 2024-05-31 14:11:35 +00:00
GitHub gen-configs Action 9b23220e0c Auto-generated configs and docs 2024-05-31 01:26:25 +00:00
rusefillc 431210dc00 only:refactoring BundleInfo 2024-05-30 10:40:20 -04:00
GitHub gen-configs Action d390e4b7dc Auto-generated configs and docs 2024-05-30 00:00:15 +00:00
GitHub gen-configs Action 5cab4c441e Auto-generated configs and docs 2024-05-29 19:19:25 +00:00
GitHub gen-configs Action a050fe388f Auto-generated configs and docs 2024-05-29 18:51:37 +00:00
GitHub gen-configs Action 013fa5d221 Auto-generated configs and docs 2024-05-28 23:18:26 +00:00
GitHub gen-configs Action 0b16fe0a1c Auto-generated configs and docs 2024-05-28 21:13:58 +00:00
rusefillc 1b5ba1c129 export all tooltips into .md or .pdf #6005 2024-05-27 23:15:05 -04:00
GitHub gen-configs Action 0a5fdfd436 Auto-generated configs and docs 2024-05-28 03:01:18 +00:00
GitHub gen-configs Action 5f5d346729 Auto-generated configs and docs 2024-05-28 01:38:23 +00:00
GitHub gen-configs Action 7815b7674e Auto-generated configs and docs 2024-05-27 13:16:18 +00:00
GitHub gen-configs Action 0d4b57b239 Auto-generated configs and docs 2024-05-27 02:18:15 +00:00
GitHub gen-configs Action 5fc02f0c9d Auto-generated configs and docs 2024-05-26 14:09:13 +00:00
GitHub gen-configs Action 38c6fbc340 Auto-generated configs and docs 2024-05-26 02:51:57 +00:00
rusefi 1ea4401ac9 EFI_TCU TS connected causes red LED #6543
HW CI improvement
2024-05-24 23:10:22 -04:00
rusefi 50a6fc6d31 only: fileTimestampText Click to copy 2024-05-24 21:36:18 -04:00
GitHub gen-configs Action 179dfb8a41 Auto-generated configs and docs 2024-05-24 23:22:29 +00:00
GitHub gen-configs Action 48238056e0 Auto-generated configs and docs 2024-05-24 14:05:21 +00:00
GitHub gen-configs Action 4bc76d45a0 Auto-generated configs and docs 2024-05-24 12:31:15 +00:00
GitHub gen-configs Action 0743d35abf Auto-generated configs and docs 2024-05-24 02:34:27 +00:00
GitHub gen-configs Action f1a7fcea98 Auto-generated configs and docs 2024-05-24 00:46:51 +00:00
GitHub gen-configs Action 449488567c Auto-generated configs and docs 2024-05-22 23:59:32 +00:00
rusefillc f56249f116 console to show binary file date timestamp #6515
only: reducing confusion one byte at a time
2024-05-22 13:05:05 -04:00
rusefillc 41d5bac9fa console to show binary file date timestamp fix #6515 2024-05-22 12:33:51 -04:00
rusefillc a924aba6c0 only: refactoring 2024-05-22 12:33:51 -04:00
rusefillc 977cb15d5f only: Make sure you are disconnected from TunerStudio 2024-05-22 12:22:16 -04:00