From 611e8a68b5c40cc1eda3ec2405957cb0f58f18b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20K=C3=B6ster?= <36196269+knutwurst@users.noreply.github.com> Date: Mon, 13 Jun 2022 09:43:17 +0200 Subject: [PATCH] Updated WiFi Installation (english) (markdown) --- WiFi-Installation-(english).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WiFi-Installation-(english).md b/WiFi-Installation-(english).md index 0684de7..aa31b49 100644 --- a/WiFi-Installation-(english).md +++ b/WiFi-Installation-(english).md @@ -54,9 +54,9 @@ If you want, you can now attach the circuit board to the housing. I used one of ## Enable wifi in firmware -In order to be able to use the WLAN functionality, it must first be activated in the firmware. To do this, the two lines `SERIAL_PORT_2` and `BAUDRATE_2` must be commented out, as can be seen in the screenshot. Only then is the preconfigured second port active and communication with the WLAN module works. +In order to be able to use the WLAN functionality, it must first be activated in the firmware. To do this, the two lines `SERIAL_PORT_2` and `BAUDRATE_2` must be commented out, as can be seen in the screenshot. Only then is the preconfigured second port active and communication with the wifi module works. -[[ /images/ESP_Firmware_Enable.jpg | width = 800px ]] +[[/images/ESP_Firmware_Enable.jpg | width = 800px]] ## ESP firmware flashing