lunamera

Results 2 issues of lunamera

Hi, the getStatus method isn't working due to wrong shift operation. ``` void sx126x_getStats(uint16_t* nbPktReceived, uint16_t* nbPktCrcError, uint16_t* nbPktHeaderErr) { uint8_t buf[7]; sx126x_transfer(0x10, buf, 7); *nbPktReceived = (buf[1] >> 8)...

### Configuration **Operating system**: Linux x86 **PlatformIO Version** (`platformio --version`): pio --version PlatformIO Core, version 6.1.11 I've read the release note: "Resolved a possible issue that may cause generated projects...