Fix spelling of WLAN

master
Martin Müller 2017-11-20 17:37:25 +01:00
parent 8e99d28423
commit 09508b497c
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ Windows:
\end{frame} \end{frame}
\subsection{Wlan} \subsection{WLAN}
\begin{frame}[fragile]{Wlan}\framesubtitle{Put the I in IoT} \begin{frame}[fragile]{WLAN}\framesubtitle{Put the I in IoT}
\begin{lstlisting}[caption={Descriptive Caption Text},label=DescriptiveLabel] \begin{lstlisting}[caption={Descriptive Caption Text},label=DescriptiveLabel]
import network import network
sta_if = network.WLAN(network.STA_IF) sta_if = network.WLAN(network.STA_IF)