Hi all,
I wonder if it's possible to implement variants of code in Monkey C that are selected at compile time for a specific device? I know I can do it in runtime (https://forums.garmin.com/developer/connect-iq/f/discussion/971/is-there-way-to-detect-watch-model?service=https:%2f%2fforums.garmin.com%2fdeveloper%2fconnect-iq%2ff%2fdiscussion%2f971%2fis-there-way-to-detect-watch-model) - but I that does not help if some devices are, for instance, getting out of memory. I would like to have reduced functionality available on devices with smaller memory and better functionality on devices with bigger memory, without having to maintain separate apps for that. Doable?
Thx,
Petr