Hi there
I'm trying to save some data, in this case a string in a permanent memory, so I can read it back at a later point in time.
As far as I can see, I need to save it in the ObjectStore.
All the tutorials I could find online was implemented as an App instead of a watchface.
I have tried the following code for saving it, but I get a "Symbol not found" error
ObjectStore.setProperty("myKey", "String to save");
Any input is greatly appriciated