-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add support for new devices and update code #1
base: main
Are you sure you want to change the base?
Conversation
fixes the "var may not be initialized but does not accept Null" error
You've misrepresented your PR some, this is much more than just supporting new devices. Can you split things out a bit? Also, can you explain why you've made wide sweeping changes to the code? I don't understand, for instance, why you changed the type of The "fix imports" commit is also quite baffling as to why you would want to do that. And honestly, changing things like |
Oh, and changing line endings? No. |
Oh, and removing types from local vars? You'll have to have a really good reason for me to accepts that. |
ahh, feel free to just close it, I didn't mean to insult anyone :)
the latest version of compiler says this is an error
similarly, assigning float array to
looking at it now, changing the Float to Number instead might have been better? but I'm not sure, I don't know the code, just wanted to make the error go away :)
again, there was probably some change in the compiler, so when you use peace |
Hi, just bought new watch and this watchface wasn't available for them...
Had to make some changes for it to compile with the latest sdk (
6.4.2-2024-01-04
).Then made it available for new models of already supported devices.
Only tested on my Forerunner 265, works fine.