Skip to content

Commit b3adaa7

Browse files
committed
Update faq.md
1 parent 4a16607 commit b3adaa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ author: https://github.com/LitBomb<!-- omit from toc -->
7575
- [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)
7676
- [7.4. Q: are the MeshCore logo and font available?](#74-q-are-the-meshcore-logo-and-font-available)
7777
- [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)
7879

7980
## 1. Introduction
8081

@@ -694,5 +695,9 @@ where `&type` is:
694695
`room = 3`
695696
`sensor = 4`
696697

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.
697702

698703
---

0 commit comments

Comments
 (0)