-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidy up Ant and implement FE-C #1937
Conversation
sure give it a try! when i started the ant+ implementation i felt like an elephant in a glass store :) |
i approved the ci, its building now |
Seems like it builds at least.... Any tips on how to test? |
nope it fails, check this
https://github.com/cagnulein/qdomyos-zwift/actions/runs/7382214735/job/20084524808
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno mar 2 gen 2024 alle 12:46 Stewart ***@***.***> ha
scritto:
… Send like it builds at least.... Any tips on how to test?
—
Reply to this email directly, view it on GitHub
<#1937 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWF2LQXPYALE4IQTZJ3YMPXSHAVCNFSM6AAAAABBJQPXB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZTHEZDOMZUGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Ohh I saw the other platforms building. Is the Ant stuff only included on Android? |
yes :) |
Think it might have just been the extra "}" can you re-run? Is the CI stuff free? I can see if I can get setup to build locally if it's a problem |
now it should approved forever. yes CI for now is free, so no problem :) if you want you can setup it locally but it's for sure a pain in the ass :D I warned you :D |
Seems to still need approval? |
yes i don't know why it needs always the approval, i will investigate this today, maybe i should approve you somehow |
I think I need to just get set up locally. Too embarrassing to be committing all my stupid mistakes! |
hahah no problem at all! i'm doing the same when i'm doing modification on my phone :) |
okkkk. I think this one might go through finally. I noticed that the frequency settings are all just slightly different across the classes is there a reason for that? |
i remember that each class has its own frequency in the ant+ data sheet
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno gio 4 gen 2024 alle 05:56 Stewart ***@***.***> ha
scritto:
… okkkk. I think this one might go through finally. I noticed that the
frequency settings are all just slightly different across the classes is
there a reason for that?
—
Reply to this email directly, view it on GitHub
<#1937 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWGD2SMKWJ67DHH3JSDYMYZA7AVCNFSM6AAAAABBJQPXB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZWGMYTCNZRGI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
i guess the next one will be the one :) ! |
Lol. So painful to wait 20 minutes for a typo |
NOW. Any tips on how to test this? |
lol, from here at the bottom you can download the apk
https://github.com/cagnulein/qdomyos-zwift/actions/runs/7409134965
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno gio 4 gen 2024 alle 13:18 Stewart ***@***.***> ha
scritto:
… NOW. Any tips on how to test this?
—
Reply to this email directly, view it on GitHub
<#1937 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWDN3YIZ7GUUTE433JTYM2M2TAVCNFSM6AAAAABBJQPXB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZXGAYDKOJRGI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
This seemed to work...at least as well as it did for me before. I got power (seemed right) and speed (at like 2-3x what I'd expect) same as before. Heart didn't go from watch to the app maybe my settings are wrong? obviously nothing new here just the "clean up" |
ant heart setting is enabled in qz? |
Yes |
i will try the build too to check if it's working on my side. i usually try with a polar hr ant+ device |
I can confirm you that this APK and ANT Heart works on my side! So good job!
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno sab 6 gen 2024 alle ore 15:47 Stewart ***@***.***>
ha scritto:
… Yes
—
Reply to this email directly, view it on GitHub
<#1937 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWC2VM7F4LRQTQ5ITP3YNFPYFAVCNFSM6AAAAABBJQPXB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZG4YTQMJQGI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@stewpend0us Any news? |
No. :( sorry |
Ok are you still want you to do it or just abandoned it?
Roberto Viola
Software engineer and open source enthusiast
http://robertoviola.cloud
Il giorno gio 22 feb 2024 alle 13:10 Stewart ***@***.***> ha
scritto:
… No. :( sorry
—
Reply to this email directly, view it on GitHub
<#1937 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALYWFQXEMW2TICYEFH75LYU4YSBAVCNFSM6AAAAABBJQPXB2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJZGMZDKNZTGM>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Seems like a lot of duplication across the ant classes. figured I'd start by cleaning that up first? not sure if the new file will even be built yet because it's not referenced? but wanted to see what happens.
#1930