You are reading a single comment by @d3nd3-o0 and its replies. Click here to read the full conversation.
  • const _GB = global.GB;
    global.GB = (event) => {
      if (event.t==="weather") update(event);
      if (_GB) setTimeout(_GB, 0, event);
    };
    

    Does anyone know where this code is called from? I can't see a reference to GB function
    Looked in weather app and gbridge app. Hmmm

    EDIT: Found an answer : http://forum.espruino.com/conversations/­345459/

About

Avatar for d3nd3-o0 @d3nd3-o0 started