Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 11, 2024
1 parent d4b7a3e commit 53aab79
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -71,7 +71,10 @@ jobs:
- name: Compile ESPHome project
working-directory: ./firmware/
run: |
esphome compile doorman-stock.yaml
esphome compile doorman-min.yaml
ls -la
ls -la .esphome/
ls -la .esphome/build/
mkdir -p pages/esphome
mv .esphome/build/* pages/esphome/
Expand Down
22 changes: 22 additions & 0 deletions firmware/doorman-min.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Configurable Options
substitutions:
name: "doorman-s3"
friendly_name: "Doorman S3"
log_level: "ERROR"

# Board Setup
esp32:
board: esp32-s3-devkitc-1
flash_size: 8MB

# Essential ESPHome Configuration Options
esphome:
name: ${name}
friendly_name: ${friendly_name}
name_add_mac_suffix: true

min_version: "2024.6.0"

project:
name: "AzonInc.Doorman S3"
version: "1.4.0"
2 changes: 1 addition & 1 deletion pcb/doorman.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"board": {
"active_layer": 34,
"active_layer_preset": "",
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
Expand Down

0 comments on commit 53aab79

Please sign in to comment.