We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b0d83 commit 0953739Copy full SHA for 0953739
README.md
@@ -36,7 +36,6 @@ typedef struct {<br/>
36
} RequestFirmwareBlock;<br/>
37
</p>
38
<li>the gateway (the controller) responds with a ResponseFirmwareBlock including the specific block of the compiled firmware:
39
-</ul>
40
<p>
41
typedef struct {<br/>
42
uint16_t type;<br/>
@@ -45,3 +44,4 @@ typedef struct {<br/>
45
44
uint8_t data[FIRMWARE_BLOCK_SIZE];<br/>
46
} ResponseFirmwareBlock;<br/>
47
+</ul>
0 commit comments