From e525c3b02e128fa401a6a07a9e47f96f0a90f270 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Fri, 9 Jun 2023 18:02:43 -0700 Subject: [PATCH] Fixed the URL --- Sub-GHz/Sleep_Files/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sub-GHz/Sleep_Files/ReadMe.md b/Sub-GHz/Sleep_Files/ReadMe.md index e676f0fff..1a411421a 100644 --- a/Sub-GHz/Sleep_Files/ReadMe.md +++ b/Sub-GHz/Sleep_Files/ReadMe.md @@ -13,7 +13,7 @@ Preset: FuriHalSubGhzPresetOok650Async Protocol: RAW 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](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+to+seconds), 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: ```