RyanDam / Infocal

Infocal watchface for Garmin devices
MIT License
60 stars 46 forks source link

Does not compile #30

Open weberk opened 8 months ago

weberk commented 8 months ago

Hi,

such code will fail compilation because of redefinition of variable value.

class SunField extends BaseDataField {
...
    function cur_label(value) {
        if (gLocationLat != null) {
            var value = "";

Which version of the SDK are you using? I failed with 4.2.4 as well as with 6.4.2.