You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/software.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ This video shows the build and setup process:
8
8
9
9
## Using prebuild firmware version (recommended)
10
10
11
-
You can find the latest build on the [releases page](https://github.com/toblum/ESPTeamsPresence/releases). Download the "firmware.bin".
11
+
You can find the latest build on the [releases page](https://github.com/toblum/ESPTeamsPresence/releases). Download the "firmware.bin".
12
+
> **Note:** There is also a "firmware-nocertcheck.bin". This version doesn't check the validity of the SSL certificates, when communicating with the Graph APIs. The communication is still encrypted. Use this version only if you know what that means.
12
13
13
14
### Prerequisites
14
15
Most ESP32 boards use the CP210x USB chip. If the board is not recognized by the system, you need to install the [appropriate driver](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers). Please find detailed instructions [here](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/establish-serial-connection.html).
0 commit comments