Brendan
Brendan
> The table should be written periodically, the period should have a sane default, but it should be possible to change it. Internally, - `saveDHCP()` is called every time `setAddress()`...
@TMRh20 This might require some adjustment to `RF24Mesh::begin()`. I was never happy with how `mesh.begin()` roped in `radio.begin()` and `network.begin()`, but it wasn't my call to make. I think the...
@anhnt-dev what driver boards are you using?
Well the PA/LNA often requires a lot more power to transmit. That's why I was asking about the microcontroller board. Is it a RPi or some arduino-like board?
@anhnt-dev Your problem may not be power related, so this thread isn't the place to be asking questions. Please open a new issue and we can discuss it in more...
> leave the radio PA level at the default (which should be max). Yes at first power up. Using `setDataRate()` instead of `setRadiation()` will also allow keeping whatever the PA...
@TMRh20 No need for a PR. I think this would be a simple enough change to push directly to RF24 master. We should make a PR here (at Mesh layer)...
Sorry to hear about the Si24R1 purchase. I suppose that is kinda inevitable. I recently discovered a whole pack of unopened non-PA/LNA modules buried by my 3D printer. 🤦🏼
+1 to this. This is annoying because I can't properly document the static member using sphinx autodoc. I've tried v2.9.1 and v2.9.2, but the doc string for my static member...
> Further testing revealed that adding mesh.setCallback(yield); in my setup function resolved the issue. My first reaction to this is: Did the clang-format change to `MESH_CALLBACK` definition cause this? >...