You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I'm afraid there's nothing implemented right now - I really just wanted to get something in there so we could get internet access as soon as possible.

    I've just added something to the Gadgetbridge build (https://github.com/gfwilliams/Gadgetbrid­ge/commit/4cd53fa9b64fa668960e27b03fed07­edb7237240) - but I'm only working on and off this and next week and I don't want to push something live to everyone yet in case it (or other Gadgetbridge changes pulled in at the same time) breaks things and I don't have time to revert it.

    But you could build it yourself or install the attached file - and then you'll need Android Integration 0v15 from the development app store too. After that, stuff like:

    Bangle.http("https://...",{method:"post"­,body:"...",headers:{a:1}}).then(data=>{­
      console.log("Got ",data);
    });
    

    should work.


    1 Attachment

About

Avatar for Gordon @Gordon started