Updated WiFi Installation (english) (markdown)

Oliver Köster
2022-06-13 09:43:17 +02:00
parent 19830786eb
commit 611e8a68b5

@@ -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