From e1eb68d5e5aa4a5bc399700b1a65d73d7deb66b5 Mon Sep 17 00:00:00 2001
From: mikee47 <mike@silyhouse.net>
Date: Wed, 13 Mar 2024 13:46:39 +0000
Subject: [PATCH] Fix documentation for GPIO boot, subtype should be `ota_2`
 not `ota_1`.

---
 Sming/Components/rboot/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Sming/Components/rboot/README.rst b/Sming/Components/rboot/README.rst
index 95ddeb0203..7ce6c629ef 100644
--- a/Sming/Components/rboot/README.rst
+++ b/Sming/Components/rboot/README.rst
@@ -104,7 +104,7 @@ To enable slot 2, set these values:
                "address": "0x100000",
                "size": "512K",
                "type": "app",
-               "subtype": "ota_1"
+               "subtype": "ota_2"
             }
          }
       }