Sodaq_RN2483 icon indicating copy to clipboard operation
Sodaq_RN2483 copied to clipboard

Results 13 Sodaq_RN2483 issues
Sort by recently updated
recently updated
newest added

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @​Phantsure in actions/cache#946 Update @​actions/core to 1.10.0...

dependencies

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.3.0. Release notes Sourced from actions/setup-python's releases. v4.3.0 Update @​actions/core to 1.10.0 version #517 Update @​actions/cache to 3.0.4 version #499 Only use github.token on github.com...

dependencies

examples/microchip-save-restore seems to fail in the github CI [logs_2.zip](https://github.com/SodaqMoja/Sodaq_RN2483/files/5893416/logs_2.zip)

What are the changes to be made to the library files if I want to use this at IN865? As this function : setPowerIndex(uint8_t powerIndex) Sets the power index (868MHz:...

I believe there is a bug when using sendReqAck if an empty ACK packet is received from the network. In `Sodaq_RN2483::onMacRC()` if the ACK packet doesn't contain any payload the...

There is no BEE_VCC definition when compile with SodaqOne board but SodaqAutonomo is okay.

This is a workaround for not being able to compile the library on non AVR/SAMD platforms. I just disables the WDT functionality.

Very small change just to silence a compiler warning. InputIndex & this->inputBufferSize are unsigned but the constant 1 is signed by default (on some compilers?)

Hello, I have come across a name problem with your example files where you use "-" to separate words. Unfortunately, arduino IDE does not allow for this naming convention. I...