Page 1 of 1

rusEFI console dizzy.jpg update

Posted: Sun Oct 29, 2017 1:04 pm
by RadMx5
Hi, I have managed to add the missing photo for the dizzy output. This is my first contact with java language :lol:
I've done a little bit of C++ in past so I only know some basics.

I don't know whether I have compiled it correct, but it seems to work. It would be best if russian can have a look.
dizzy picture updated.jpg
rusefi_master: https://drive.google.com/file/d/0B4YUQBGcHPHsa2dRbFhzWEVwYXc/view?usp=sharing
rusefi_bundle: https://drive.google.com/file/d/0B4YUQBGcHPHsd2tfX01uVW5JeFE/view?usp=sharing

The files are too large to add them as attachment.

Re: rusEFI console dizzy.jpg update

Posted: Sun Oct 29, 2017 8:04 pm
by AndreyB
Commited into the master branch, thank you for the contribution! https://github.com/rusefi/rusefi/commit/d2d232e73f9516138ce2a08650ec02186984c0e0

Theoretically the right way to contribute in the magic universe of git is to
1) create own account, "fork" your own rusEfi repo like for example https://github.com/andreika-git/rusefi
2) commit & push into your own repo
3) create a "Pull Request" like https://github.com/rusefi/rusefi/pull/481
4) Eventually I would "merge" your Pull Request into the master branch of rusEfi