rusefi
b2f4491492
that's 0.2
2020-08-21 22:15:44 -04:00
rusefi
938f40cbef
more fixing build?
2020-08-21 22:07:55 -04:00
GitHub build-firmware Action
5ef11e0dcc
Auto-generated configs and docs
2020-08-22 01:53:47 +00:00
Matthew Kennedy
a201d7b566
fix ( #1714 )
2020-08-21 21:52:19 -04:00
jharvey
8044836b1f
Thickened the traces on the outer pads.
2020-08-21 21:48:07 -04:00
GitHub set-date Action
c156d2920d
Update date
2020-08-22 00:38:22 +00:00
Matthew Kennedy
733008b9d0
Analog input filtering ( #1680 )
...
* improve biquad
* cleanup
* add filtering to subscriptions
* config sensors
* comment
* doesn't need to be that fast
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 19:47:12 -04:00
GitHub build-firmware Action
7509bebffd
Auto-generated configs and docs
2020-08-21 23:45:25 +00:00
Matthew Kennedy
c53979a017
Configurable stoichiometric ratio ( #1710 )
...
* configurable stoich ratio
* afr table always in gas afr
* default
* typo
* use defined ratio
* do it in config too
* missed a spot
* oops wrong one
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 19:43:30 -04:00
rusefi
57e4c071d1
better messages
2020-08-21 19:13:03 -04:00
rusefi
aec87ea568
GHA to sync documentation wikis #1683
2020-08-21 15:48:44 -04:00
Matthew Kennedy
184dee68e8
don't call tach from trigger, call from periodic fast ( #1704 )
...
* tacho
* fix tests
2020-08-21 15:36:43 -04:00
rusefi
466f412c7b
docs
2020-08-21 14:59:24 -04:00
rusefi
cdf78aee1e
fixing build - adjusting some strange code to smaller blocking factor
2020-08-21 14:53:33 -04:00
GitHub build-firmware Action
b6fdbe42dd
Auto-generated configs and docs
2020-08-21 18:14:04 +00:00
Matthew Kennedy
4e81b67ca3
harmonize blocking factor ( #1709 )
...
* harmonize blocking factor
* static assert
2020-08-21 14:12:28 -04:00
rusefi
494057f30d
v12 progress
2020-08-21 14:09:51 -04:00
GitHub build-firmware Action
5d3feb7bd3
Auto-generated configs and docs
2020-08-21 12:54:56 +00:00
Matthew Kennedy
c450ea7fcd
add ( #1711 )
2020-08-21 08:53:23 -04:00
Matthew Kennedy
a73d5718a7
Ts error codes ( #1706 )
...
* correct TS errors
* tidy
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 08:24:31 -04:00
GitHub set-date Action
67b7b4c197
Update date
2020-08-21 00:37:56 +00:00
GitHub build-firmware Action
db35439275
Auto-generated configs and docs
2020-08-20 11:45:23 +00:00
Matthew Kennedy
688bc2b800
fix crc command ( #1705 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-20 07:43:56 -04:00
rusefi
ceeba4d677
v12
2020-08-19 22:03:27 -04:00
GitHub build-firmware Action
bf165f94f9
Auto-generated configs and docs
2020-08-20 01:07:04 +00:00
rusefi
785b8b97db
reducing code duplication
2020-08-19 21:05:08 -04:00
rusefi
553820ecc8
gimme my preset!
2020-08-19 20:40:10 -04:00
GitHub set-date Action
f531a09069
Update date
2020-08-20 00:37:08 +00:00
rusefi
1f0e39fc6f
v12
2020-08-19 01:09:39 -04:00
GitHub build-firmware Action
a503eaf558
Auto-generated configs and docs
2020-08-19 04:48:34 +00:00
rusefi
add49b0a5c
bugfix - PPS second channel was not initialized
2020-08-19 00:46:57 -04:00
rusefi
5fdebbdabc
v12
2020-08-19 00:35:09 -04:00
rusefi
1fe6715e79
remove unneccessary zeroes from TS protocol #1702
...
fix
2020-08-18 22:55:43 -04:00
GitHub build-firmware Action
6d121697b5
Auto-generated configs and docs
2020-08-19 02:38:52 +00:00
Matthew Kennedy
66b404fc59
improve ( #1702 )
2020-08-18 22:37:08 -04:00
GitHub set-date Action
baef16ad17
Update date
2020-08-19 00:37:15 +00:00
GitHub build-firmware Action
3ebbdb5178
Auto-generated configs and docs
2020-08-18 17:52:40 +00:00
Matthew Kennedy
1840afdd4a
Fuel ts reorder ( #1699 )
...
* reorder
* redo injector stuff
* reorder & deadtime limits
* make 2d table bounds reasonable
* more
* only allow bench if not running
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-18 13:51:20 -04:00
GitHub set-date Action
8be90bbd0c
Update date
2020-08-18 00:37:35 +00:00
GitHub build-firmware Action
95f5c94079
Auto-generated configs and docs
2020-08-17 23:53:17 +00:00
rusefi
99c5cd6463
progress
2020-08-17 19:51:50 -04:00
David Holdeman
a04d02921a
Sync wiki to rusefi_documentation. ( #1698 )
...
* add workflow
* remove hyphen
* merge and push
* tabs to spaces
* config before merge
* dont need to commit duh
* don't use action
* tabs to spaces
* try action again
* use access token
* dont persist credentials
* switch to rusefi
2020-08-17 18:13:18 -04:00
Matthew Kennedy
33a2354e44
inject fuel & injector models so they can be mocked ( #1697 )
...
* stub injector model
* tests
* inject fuel/injector models
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-17 17:03:59 -04:00
rusefi
d16dbb06c4
docs
2020-08-17 05:41:25 -04:00
Matthew Kennedy
5929164fb3
Add injector model class ( #1687 )
...
* stub injector model
* tests
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-17 05:22:25 -04:00
rusefi
42e77da8ff
Merge remote-tracking branch 'origin/master'
2020-08-16 22:10:29 -04:00
rusefi
4b4eda51ef
Android progress
2020-08-16 22:10:05 -04:00
GitHub set-date Action
6a1475f53c
Update date
2020-08-17 00:37:31 +00:00
rusefi
ea0d1471fc
console logger for Android
2020-08-16 20:29:09 -04:00
rusefi
e91303f16b
bugfix NPE on start-up with not opened project
2020-08-16 20:26:12 -04:00