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 Jan 24, 2023. It is now read-only.
Hello, nice project.
Should the dongle be available automatically? I can see how my MQTT shell is connecting successfully to the ESP32 but I cannot find my dongle.
What would be my DongleID? Also the radioA object is missing?
help:
> q.packet_modification.help() # use the helper function.
> q.? # tab is your friend
exit: just type ctrl-d a couple of times!
Select a dongle typing: q.dongle(id)
RFQuack(RFQUACK, kerXXX.de:18XX)> q.dongle(id)
Wrong dongle id
RFQuack(RFQUACK, kerXXX.de:18XX)> q.radioA
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-7-96a3aced6849> in <module>
----> 1 q.radioA
AttributeError: 'RFQuack' object has no attribute 'radioA'
Hello, nice project.
Should the dongle be available automatically? I can see how my MQTT shell is connecting successfully to the ESP32 but I cannot find my dongle.
What would be my DongleID? Also the radioA object is missing?
Thank you!