From 09508b497c8acfad62e74bffdc0a0deeda5a20d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Mon, 20 Nov 2017 17:37:25 +0100 Subject: [PATCH] Fix spelling of WLAN --- presentation/presentation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/presentation/presentation.tex b/presentation/presentation.tex index 4a4b386..e1755ce 100644 --- a/presentation/presentation.tex +++ b/presentation/presentation.tex @@ -198,8 +198,8 @@ Windows: \end{frame} -\subsection{Wlan} -\begin{frame}[fragile]{Wlan}\framesubtitle{Put the I in IoT} +\subsection{WLAN} +\begin{frame}[fragile]{WLAN}\framesubtitle{Put the I in IoT} \begin{lstlisting}[caption={Descriptive Caption Text},label=DescriptiveLabel] import network sta_if = network.WLAN(network.STA_IF)