From 44bb3fee72b7f28cb9add81a4a00ca96e92893c0 Mon Sep 17 00:00:00 2001
From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
Date: Fri, 12 Aug 2022 09:22:14 -0700
Subject: [PATCH] Update ReadMe.md
---
Sub-GHz/ReadMe.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Sub-GHz/ReadMe.md b/Sub-GHz/ReadMe.md
index ed78fc3b..bdd01e02 100644
--- a/Sub-GHz/ReadMe.md
+++ b/Sub-GHz/ReadMe.md
@@ -5,8 +5,8 @@ Special thanks to [FalsePhilosopher](https://github.com/FalsePhilosopher) for or
## How are the raw SUB files are formatted? (Adapted from a chat with [ImprovingRigmarole](https://github.com/improving-rigmarole)!)
This is a very quick and dirty explanation of the Flipper "raw" SUB format. Enough to figure out more at least.
-Each numerical value is the duration of a pulse in microseconds. Positive is `1` and negative is `0`.
-Example: `3607 -100 1789 -66` means 1 (positive) during the `3607µs` then 0 (negative) during the `100µs`, etc.
+Each numerical value is the duration of a pulse in microseconds. Positive is `send` and negative is `pause`.
+Example: `3607 -100 1789 -66` means send (positive) during the `3607µs` then pause (negative) for the `100µs`, etc.
## NOTE: The deBruijn and OpenSesame files have moved to the [Garages subfolder](https://github.com/UberGuidoZ/Flipper/tree/main/Sub-GHz/Garages/deBruijn).