• I did:
    NRF.setTxPower(4);
    NRF.setConnectionInterval(20);
    NRF.setAdvertising({}, { manufacturer: 0x0590, manufacturerData: [pushbuttonCounter] },{interval:20});

    but still get the same result (or actually a tiny slower). I get a burst of 5 lines printed every second or so. Would I need to change something on the bleak side?

  • but still get the same result

    and BTW, if you expect the [pushbuttonCounter] to magically update the advertising data automatically when it changes then it won't do that

About

Avatar for fanoush @fanoush started