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/faq.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ author: https://github.com/LitBomb<!-- omit from toc -->
75
75
-[7.3. Q: Is there a way to lower the chance of a failed OTA device firmware update (DFU)?](#73-q-is-there-a-way-to-lower-the-chance-of-a-failed-ota-device-firmware-update-dfu)
76
76
-[7.4. Q: are the MeshCore logo and font available?](#74-q-are-the-meshcore-logo-and-font-available)
77
77
-[7.5. Q: What is the format of a contact or channel QR code?](#75-q-what-is-the-format-of-a-contact-or-channel-qr-code)
78
+
-[7.6. Q: How do I connect to the comnpanion via WIFI, e.g. using a heltec v3?](#76-q-how-do-i-connect-to-the-comnpanion-via-wifi-eg-using-a-heltec-v3)
78
79
79
80
## 1. Introduction
80
81
@@ -694,5 +695,9 @@ where `&type` is:
694
695
`room = 3`
695
696
`sensor = 4`
696
697
698
+
### 7.6. Q: How do I connect to the comnpanion via WIFI, e.g. using a heltec v3?
699
+
**A:**
700
+
WiFi firmware requires you to compile it yourself, as you need to set the wifi ssid and password.
701
+
Edit WIFI_SSID and WIFI_PWD in `./variants/heltec_v3/platformio.ini` and then flash it to your device.
0 commit comments