srwalter / garmin-tesla

ConnectIQ widget for Tesla vehicle control
32 stars 17 forks source link

Add more menu functions (flash lights and template portions in code) #13

Open n-gineer opened 3 years ago

n-gineer commented 3 years ago

I wanted to enable adding all the rest of the app functions (or at least the simple commands) via a set of template changes, and started with the "Flash Lights" command. Can you please try it out and let me know if it is good to move on with the rest?

After starting this, I noticed you already have a pull request in place for open port #10 (which is arguably the most important one). I'd be happy to incorporate that pull request into my own development as well.

srwalter commented 3 years ago

Overall looks good. Would you mind to squash the first several commits together? I think there should just be two commits, adding the template comments, and then adding flash_lights. I also noticed a couple whitespace errors where things didn't seem to align (could be tabs versus spaces)

n-gineer commented 3 years ago

I don't have much practice with squashing but will try to figure it out and get that updated, as well as looking for white space errors.

n-gineer commented 2 years ago

I finally got around to figuring out squashing. However, It is showing this now has conflicts, but I can't even find a way to view the conflicts, much less find a way to resolve them.

srwalter commented 2 years ago

Try running this locally: "git fetch origin && git rebase origin/master"

paulobrien commented 2 years ago

Happy to look at this PR.

P

On Sat, 30 Oct 2021, 21:09 Steven Walter, @.***> wrote:

Try running this locally: "git fetch origin && git rebase origin/master"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/srwalter/garmin-tesla/pull/13#issuecomment-955586163, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVKW4JSA34BIFE4AWQZIGDUJRGHTANCNFSM4ZPLYZ4A .

n-gineer commented 2 years ago

Try running this locally: "git fetch origin && git rebase origin/master"

resulted in:


Resolve all conflicts manually, mark them as resolved with                                                              
"git add/rm <conflicted_files>", then run "git rebase --continue".                                                      
You can instead skip this commit: run "git rebase --skip".                                                              
To abort and get back to the state before "git rebase", run "git rebase --abort".                                       
Could not apply 687048e... Fix bad comment test; add template command 1/6                                               
Auto-merging source/MainDelegate.mc                                                                                     
CONFLICT (content): Merge conflict in source/MainDelegate.mc                                                                                                                              ````
paulobrien commented 2 years ago

It's more complex than that, leave it with me.

P

On Sat, 30 Oct 2021, 22:36 n-gineer, @.***> wrote:

Try running this locally: "git fetch origin && git rebase origin/master"

resulted in:

Resolve all conflicts manually, mark them as resolved with "git add/rm ", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to the state before "git rebase", run "git rebase --abort". Could not apply 687048e... Fix bad comment test; add template command 1/6 Auto-merging source/MainDelegate.mc CONFLICT (content): Merge conflict in source/MainDelegate.mc ````

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/srwalter/garmin-tesla/pull/13#issuecomment-955596749, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVKW4PL55CGXPAQPLMLYVTUJRQPVANCNFSM4ZPLYZ4A .

n-gineer commented 2 years ago

It's more complex than that, leave it with me. P

will do; sorry!

n-gineer commented 1 year ago

@paulobrien Any intention to implement this? Anything I can do to make it more useful?