You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
issue:
when configuring Jamming type 1=constant,
script stops with the next error:
AttributeError: 'int' object has no attribute 'get'
fixing:
in file JamRF.py, line 222
use:
t_j, t_s = enable_energy_savings(options.get("t_jamming"), options)
instead of:
t_j, t_s = enable_energy_savings(options.get("t_jamming"), options.get("memory"))