Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wh00hw/pyFlipper
Browse files Browse the repository at this point in the history
  • Loading branch information
wh00hw committed Aug 2, 2022
2 parents 7f7f8b4 + 60cd04a commit baf6ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ rfid = flipper.rfid.read()
flipper.subghz.tx(hex_key="DEADBEEF", frequency=433920000, count=5)

#Decode raw .sub file
decoded = flipper.subghz.tx(sub_file="/ext/subghz/foo.sub")
decoded = flipper.subghz.decode_raw(sub_file="/ext/subghz/foo.sub")
```
### Infrared

Expand Down

0 comments on commit baf6ce3

Please sign in to comment.