documentation: setup: Deprecation notice for all but mesh mode

All node type's except mesh have been deprecated.

In a future release we will remove them (and the associated code) to streamline the project.

It is recommended to use a dedicated purpose driven device for these modes in the future
This commit is contained in:
Conrad Lara - KG6JEI 2015-05-21 11:11:59 -07:00
parent 1b68255c7f
commit d15668d592
1 changed files with 12 additions and 1 deletions

View File

@ -483,7 +483,18 @@ print "
</tr>
</table>
</td></tr><tr><td>
</td></tr>";
if($config ne "mesh")
{
print "<tr><td align=center>";
print "<b>This node type will be removed in a future release -- See release notes</b>";
print "</td></tr>";
}
print "
<tr><td>
<br>
<table cellpadding=5 border=1 width=100%>