Skip to content

Commit 7e11df7

Browse files
committed
Fixed missing escape of underline in manual
1 parent 44cab29 commit 7e11df7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tex/manual.pdf

576 Bytes
Binary file not shown.

tex/manual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@
678678
nspanel/<panel\_name>/status\_report & JSON & JSON payload with current state of the panel. \\ \hline
679679
nspanel/<panel\_name>/status & JSON & JSON payload with current online/offline state of the panel. \\ \hline
680680
nspanel/<panel\_name>/command & JSON & JSON payload with a command for the panel to execute. \\ \hline
681-
nspanel/<panel\_name>/tft_data & binary & Binary data from a requested section in the TFT file sent from the MQTTManager. \\ \hline
681+
nspanel/<panel\_name>/tft\_data & binary & Binary data from a requested section in the TFT file sent from the MQTTManager. \\ \hline
682682
nspanel/mqttmanager/command & JSON & JSON payload from panel with a command for MQTTManager to perform. \\ \hline
683683
\end{tabular}}
684684
\end{table}

0 commit comments

Comments
 (0)