Noah Metz
Results
2
issues of
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...