Skip to content

Commit 9026894

Browse files
committed
Add Board variant
1 parent 2944008 commit 9026894

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/guide/getting-started.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ Thank you for using Doorman <3
88

99
### Network Connection
1010
When you power on your Doorman-S3 for the first time it will blink fast (orange) and opens a new Access Point called `Doorman-S3 Setup`.
11+
You can setup your WiFi credentials via Access Point, Improv Serial or Improv Bluetooth.
1112

1213
The Access Point password is `open-sesame`.
1314

14-
You can setup your WiFi credentials via Access Point, Improv Serial or Improv Bluetooth.
15+
When you connect to the Access Point, the web interface should open automatically (see also login to network notifications).\
16+
If that does not work, you can also navigate to http://192.168.4.1/ manually in your browser.
17+
18+
1519

1620
::: tip
1721
Thanks to mDNS support, Home Assistant will find your Doorman out of the box after connecting it to WiFi.

firmware/base.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ globals:
4949
# Board Setup
5050
esp32:
5151
board: esp32-s3-devkitc-1
52+
variant: esp32s3
5253
flash_size: 8MB
5354
framework:
5455
type: esp-idf
@@ -64,10 +65,7 @@ esphome:
6465
project:
6566
name: "AzonInc.Doorman-Stock"
6667
version: "2024.8.1"
67-
68-
platformio_options:
69-
board_build.flash_mode: dio
70-
68+
7169
on_boot:
7270
then:
7371
- light.turn_on:

0 commit comments

Comments
 (0)