RFQuack icon indicating copy to clipboard operation
RFQuack copied to clipboard

RFQuack: the versatile RF-analysis tool that quacks!

Results 5 RFQuack issues
Sort by recently updated
recently updated
newest added

## Describe the bug while attempting to build (with every dependency installed), it fails with: ``` ... lots of compiling, no errors or warnings ... Compiling .pio/build/seeed_xiao_esp32c3/FrameworkArduino/libb64/cencode.c.o Compiling .pio/build/seeed_xiao_esp32c3/FrameworkArduino/main.cpp.o Compiling...

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.8 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...

dependencies

## Describe the bug I am trying to use RFQuack with an RF110-232 USB device such as https://aliexpress.com/item/1005003285561543.html I can see it as /dev/ttyUSB0 so typing this : ``` PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python...

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.29 to 3.1.30. Release notes Sourced from gitpython's releases. v3.1.30 - with important security fixes See gitpython-developers/GitPython#1515 for details. Commits 141cd65 adjust changelog prior to release 678a8fe...

dependencies

isPromiscuous implementation sets PreambleLen to 0 here https://github.com/rfquack/RadioLib/blob/master/src/modules/CC1101/CC1101.cpp#L828 which is considered as invalid value https://github.com/rfquack/RadioLib/blob/master/src/modules/CC1101/CC1101.cpp#L687