Recently ERA reports that many users have the Symbol Not Found Error.
But the code looks OK (I actually put the checking cod [ if ($ has :variable_name) ] to make sure, but the error is happening on this line.
Does anyone know what's wrong with my code??
//////////////// // globals ... var ana_1hz = 1; ... class MyDelegate extends Toybox.WatchUi.WatchFaceDelegate { ... function onPowerBudgetExceeded(powerInfo) { ... if ($ has :ana_1hz){ $.ana_1hz = 0; } ... } }