Compare commits

..

No commits in common. "5704279afa75a2a31b4c1ee9fc6266907ff987ea" and "380d0eb583af413896987609f3d107f955ccf3f9" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View File

@ -13,7 +13,7 @@ Preset: FuriHalSubGhzPresetOok650Async
Protocol: RAW Protocol: RAW
RAW_Data: 1000 -9999000 RAW_Data: 1000 -9999000
``` ```
The very last number, or `-9999000` in the above example, is the amount of time in microseconds. This should be just under the time you want by 1/1000 of a second as the first `1000` counts as one. In the above example, [this is 9.999 seconds](https://www.google.com/search?q=9999000+microseconds+to+seconds), which is 10 seconds when you add the first 1000 pulse. The very last number, or `-9999000` in the above example, is the amount of time in microseconds. This should be just under the time you want by 1/1000 of a second as the first `1000` counts as one. In the above example, [this is 9.999 seconds](https://www.google.com/search?q=9999000+microseconds), which is 10 seconds when you add the first 1000 pulse.
So, to set your own, it's the same as adding 6 zeros to the amount of time in seconds, then subtracting 1/1000. For example, 45 seconds would be `-45000000` minus 1/1000 which is `-44999000` and the full file would be: So, to set your own, it's the same as adding 6 zeros to the amount of time in seconds, then subtracting 1/1000. For example, 45 seconds would be `-45000000` minus 1/1000 which is `-44999000` and the full file would be:
``` ```

View File

@ -1,6 +0,0 @@
Filetype: Flipper SubGhz RAW File
Version: 1
Frequency: 433920000
Preset: FuriHalSubGhzPresetOok650Async
Protocol: RAW
RAW_Data: 1000 -4999000

View File

@ -3,4 +3,4 @@ Version: 1
Frequency: 433920000 Frequency: 433920000
Preset: FuriHalSubGhzPresetOok650Async Preset: FuriHalSubGhzPresetOok650Async
Protocol: RAW Protocol: RAW
RAW_Data: 1000 -999000 RAW_Data: 1000 -4999000