Commit Graph

2404 Commits

Author SHA1 Message Date
rusefi 46b9a8043b Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
java version of the enum
2021-10-16 18:15:10 -04:00
rusefillc 8d06bc33fb apparently console was more broken 2021-10-15 22:04:47 -04:00
rusefillc 8626dfc6f8 console needs antlr 2021-10-15 20:04:38 -04:00
rusefillc 69df6dcab3 bump 2021-10-14 21:44:17 -04:00
rusefillc 2ae7486396 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
config values
2021-10-14 21:12:02 -04:00
rusefillc a955a40cf0 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
progress
2021-10-14 19:55:17 -04:00
rusefillc 3dde31bd75 Merge branch 'master' into live-data-2021
# Conflicts:
#	java_console/io/src/main/java/com/rusefi/ldmp/StateDictionary.java
2021-10-14 19:10:31 -04:00
rusefillc 01547e5849 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
progress
2021-10-14 18:43:26 -04:00
rusefillc 3ae6e3de60 Whatever we call it, whatever we implement it - we need live data / remote view into rusEFI actual state #3353
progress
2021-10-14 18:36:47 -04:00
rusefillc a6ac3fd97e fixing build 2021-10-14 17:01:12 -04:00
rusefillc e290f57868 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
progress
2021-10-14 15:53:14 -04:00
rusefillc f2600a1f52 Merge branch 'master' into live-data-2021 2021-10-14 15:43:54 -04:00
rusefillc 037535bc8e Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
progress
2021-10-14 15:18:13 -04:00
rusefillc 08d115dd58 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353
progress
2021-10-14 14:46:05 -04:00
rusefillc 5ccbfbd348 Merge branch 'master' into live-data-2021 2021-10-14 14:05:54 -04:00
rusefillc 657412bde6 Whatever we call it, how ever we implement it - we need live data / remote view into rusEFI actual state #3353
this stuff is definitely dead code
2021-10-14 14:01:31 -04:00
rusefillc 6242c65237 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353 2021-10-14 13:51:10 -04:00
rusefillc 01b948dcf3 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353 2021-10-14 13:33:17 -04:00
rusefillc 9024caf276 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353 2021-10-14 11:33:53 -04:00
rusefillc 5ec720ed6a original files 2021-10-14 11:28:50 -04:00
rusefillc 197dfb9c26 Whatever we call it, no matter how we do it - we need live data / remote view into rusEFI actual state #3353 2021-10-14 01:07:19 -04:00
rusefillc 04a4189ed6 Whatever we call it, whatever we implement it - we need live data / remote view into rusEFI actual state #3353 2021-10-14 00:30:54 -04:00
rusefi a443a9b65b minor usability: reducing "set date" spam 2021-10-10 21:57:23 -04:00
rusefi 017278832d refactoring 2021-10-10 21:56:06 -04:00
rusefi 68a4cee038 refactoring 2021-10-10 19:35:30 -04:00
rusefi 6a0b582b83 refactoring 2021-10-10 19:35:22 -04:00
rusefi 21b2f6a5e5 refactoring 2021-10-10 19:35:09 -04:00
rusefillc 4d8c71196f GHA reliability: retry FTP upload #3011
refactoring: more proper file name

TODO: more proper file location :)
2021-10-09 01:56:02 -04:00
rusefillc 19f72ec099 GHA reliability: retry FTP upload #3011
refactoring: more proper file name

TODO: more proper file location :)
2021-10-09 01:43:56 -04:00
rusefillc e936da5a36 GHA reliability: retry FTP upload #3011 2021-10-09 01:41:28 -04:00
rusefi d489fdbbd1 Explicit error in case of error 2021-10-07 21:15:53 -04:00
rusefillc 4a10871e63 refactoring 2021-10-07 20:40:55 -04:00
rusefillc 56c393c685 rusefi_Console: SCREEN_LOG_LINES default value is too small fix #3333 2021-10-07 09:28:19 -04:00
rusefillc b3de7fad13 rusEfi_Console exits (crashes?) after ~2mins of disconnected inactivity #3324 2021-10-06 12:47:46 -04:00
rusefillc 7dc8aeefc3 flash_reboot_dfu.bat feedback (#3300) 2021-10-06 11:35:21 -04:00
rusefillc e16054bac6 some cheap used junkyard Accelerometer #2225
MM5.10
2021-10-06 11:07:46 -04:00
rusefi 3ca1a1cc43 more honest label 2021-10-05 16:48:20 -04:00
rusefillc df25a9b9ce flash_reboot_dfu.bat feedback (#3300)
extra logging
2021-10-04 23:35:31 -04:00
Matthew Kennedy 53d20d203e put MAP in the sensor model (#3292)
* map averaging in sensor model

* deadly, deadly code!

* mpxh

* Revert "deadly, deadly code!"

This reverts commit 346fe25267966a313145a809792dced84be348cf.

* comments

* sensor types

* last sensor

* channel init

* correct spot

* deinit properly

* simplify

* fix

* mocks

* map init test

* showInfo

* comment

* singleton identity function

* sensor info print

* multiple cylinder averaging buffer

* comments

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-10-04 17:18:08 -04:00
Matthew Kennedy 00708d2030 check for overflow in HW CI (#3313) 2021-10-04 08:19:58 -04:00
rusefillc c0805d4cc6 rusEFI console logs are missing some fields #3314 2021-10-04 00:30:20 -04:00
rusefillc a3a3459597 rusEFI console logs are missing some fields #3314 2021-10-03 23:07:16 -04:00
rusefillc 438963c4bd rusEFI console logs are missing some fields #3314 2021-10-03 22:45:47 -04:00
rusefillc e254a23eef rusEFI console logs are missing some fields #3314 2021-10-03 22:12:54 -04:00
rusefillc c0f778b73a rusefi_Console file logging: text messages? fix #3304 2021-10-03 18:25:04 -04:00
rusefillc e5464fb6bb Scrollable stable message list in the rusefi_Console fix #3303
hopefully good enough for progress
2021-10-03 18:06:44 -04:00
rusefi e1e0c11595 NPE in console 2021-09-30 15:01:50 -04:00
rusefi 1b48a4b159 rusEFI console to compare current bundle against auto-DFU bundle #3266 2021-09-29 12:54:56 -04:00
rusefi 9f678401e1 I have a discovery board which does not switch to DFU #3280
better logging
2021-09-28 11:30:45 -04:00
rusefi 3ae5912f28 I have a discovery board which does not switch to DFU #3280
better logging
2021-09-28 11:30:22 -04:00