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