Hi,
What is the relation between the following 2 generic device profiles
square_watch
round_watch
and the following device specific profiles
square faces
=========
fr920xt
vivoactive
fenix3
round faces
=========
epix
I have found that the simulator will load the resources-fr920xt if compiling for fr920xt, but it will load the resources-square_watch on the actual 920xt watch, thus ignoring the resources-fr920xt.
It took me a while to discover why the watch wasn't picking up changes I made in the resources-fr920xt :(
Are the square_watch and round_watch generic profiles (compare to base classes)?
I read somewhere you need a prg per device. Does the .iq file contain various prg files then?
I do not want to create unnecessary resources, so was wondering if I could achieve compatibility across the full product spectrum by just having two resources:
resources-square_watch
resources-round_watch
Or do I need the device specific resources but not the two generic ones?
What is the best practice?
H