Results 25 comments of Lampusha

@rolinger `application` - simple parameter for open app by package name (if `application` defined, script finding Activity of application in device by package manager) `package` - parameter of `Intent` for...

Hi, @shomid! Test this code: ```js startApp.set({ "action":"android.settings.action.MANAGE_WRITE_SETTINGS", "noParseAction": true }).start(function(success) { console.log(success); }, function(error) { console.error(success); }); ```

@Edmu thanks for the bug report! I will fixed it.

Hi, @weareu I am trying to tidy up code in this week so i can update version later. For now, let it be open))

Hi! Add anchor filter in tag: `src/DW1000NgRTLS.cpp` ```c++ RangeRequestResult tagRangeRequest() { DW1000NgRTLS::transmitTwrShortBlink(); if(!DW1000NgRTLS::waitForNextRangingStep()) return {false, 0}; size_t init_len = DW1000Ng::getReceivedDataLength(); byte init_recv[init_len]; DW1000Ng::getReceivedData(init_recv, init_len); // compare tag eui and eui...