Noah Metz
Noah Metz
The following error is given when running the nrf802154_sniffer.py script in `Python 3.12.2`: ``` nrf802154_sniffer.py:81: SyntaxWarning: invalid escape sequence '\s' RCV_REGEX = 'received:\s+([0-9a-fA-F]+)\s+power:\s+(-?\d+)\s+lqi:\s+(\d+)\s+time:\s+(-?\d+)' ``` I was able to fix it...
I'm running the 1.4.1 branch and am trying to create a device that passes the `broken_config` sequence test, but I've been running into issues and haven't been able to pass...
Attempting to build `5.0-12631-g89a4df725d` pulled from `libretro-super` via `./libretro-fetch.sh dolphin` gives a bunch of errors around `ARCode` and `Patch` not having a member named `active`. Both of these structs seem...