SDK 2.1.x compatibility with Forerunner 235

Hi,

I recently updated my SDK to 2.1.x, then i discovered that i cannot create a project for the FR235
So my question is to know if SDK will be available for Forerunner 235 in the future?

Thanks
  • Thanks jim_m_58 , i tried your example and i get it working.
    But the problem is that the onUpdate() is called once a second and my goal is to make a beep 180 times per second.
    So i need to use Timer but i get a "permission Required" error


    You're correct. You can't set your own timer in a datafield. This is in the api doc for Timer:

    App Types:
    Watch Face
    Widget
    App


    BTW, compute() is called every second even if you're on a different screen, and onUpdate is called every second only when the DF is being displayed, so the fastest you can do something like this is once a second.
  • So my idea to make a Cadence tick is dead :(