]> granicus.if.org Git - esp-idf/commitdiff
Resolved docs formatting issues that sneak into documentation with MR 1061
authorkrzychb <krzychb@gazeta.pl>
Wed, 13 Sep 2017 18:54:21 +0000 (20:54 +0200)
committerkrzychb <krzychb@gazeta.pl>
Wed, 13 Sep 2017 19:00:48 +0000 (21:00 +0200)
docs/api-reference/wifi/esp_now.rst

index 207bbf9542ee634a09a19958f1b23ae8211fc0fa..eec7a84c2e2e21195afd4f2a9a4165cf02beeb8b 100644 (file)
@@ -1,5 +1,5 @@
 ESP-NOW
-======
+=======
 
 Overview
 --------
@@ -18,10 +18,10 @@ ESP-NOW uses vendor-specific action frame to transmit ESP-NOW data. The format o
 
 ::
 
-----------------------------------------------------------------------------------------
-| MAC Header | Category Code | Organization Identifier | Vendor Specific Content | FCS |
-----------------------------------------------------------------------------------------
-                   1 byte              3 bytes                  7~255 bytes
+    ----------------------------------------------------------------------------------------
+    | MAC Header | Category Code | Organization Identifier | Vendor Specific Content | FCS |
+    ----------------------------------------------------------------------------------------
+                       1 byte              3 bytes                  7~255 bytes
 
 - Category Code: The Category field is set to the value(127) indicating the vendor-specific category.
 - Organization Identifier: The Organization Identifier contains a unique identifier(0x18fe34) which is the first three bytes 
@@ -32,10 +32,10 @@ ESP-NOW uses vendor-specific action frame to transmit ESP-NOW data. The format o
 
 ::
 
--------------------------------------------------------------------------------
-| Element ID | Length | Organization Identifier | Type | Version |    Body    |
--------------------------------------------------------------------------------
-    1 byte     1 byte            3 bytes         1 byte   1 byte   0~250 bytes
+    -------------------------------------------------------------------------------
+    | Element ID | Length | Organization Identifier | Type | Version |    Body    |
+    -------------------------------------------------------------------------------
+        1 byte     1 byte            3 bytes         1 byte   1 byte   0~250 bytes
     
 - Element ID: The Element ID field is set to the value(221) indicating the vendor-specific element.
 - Length: The length is the total length of Organization Identifier, Type, Version and Body.