Skip to content

Commit 6fbac2d

Browse files
committed
Add notices
1 parent b16a0de commit 6fbac2d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pages/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,13 @@
5858
<body>
5959
<p>
6060
Notice:
61-
This page does not use cookies.
62-
This page does not save any user data.
63-
This page is not any comercial page.
64-
Source code is avaliable here: https://github.com/adrianscheit/web-modbus
61+
<ul>
62+
<li>This page does not use cookies.</li>
63+
<li>This page does not save any user data.</li>
64+
<li>This page is not any comercial page.</li>
65+
<li>Source code is avaliable here: https://github.com/adrianscheit/web-modbus</li>
66+
<li>This software cannot detect end of RTU frame based on the 3.5B timeout, because it does not run in a real-time environement</li>
67+
</ul>
6568
</p>
6669
<h2 class="error"></h2>
6770
<h2 class="success"></h2>

0 commit comments

Comments
 (0)