From 60cd04ae4cbbef80b7dbc471d162c2a397e532de Mon Sep 17 00:00:00 2001 From: wh00hw <00wh00@protonmail.com> Date: Tue, 2 Aug 2022 00:04:37 +0200 Subject: [PATCH] typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fe8634..3fe45c5 100644 --- a/README.md +++ b/README.md @@ -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