Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to esp-idf #32

Merged
merged 8 commits into from
Sep 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update example
  • Loading branch information
fsaris committed Aug 21, 2023
commit 9a7d1290009147b5aacfc51e29d6cbb3da63da75
14 changes: 7 additions & 7 deletions awox-ble-mesh-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ esphome:
friendly_name: "AwoX BLE mesh hub"

esp32:
board: esp32dev
framework:
type: arduino
# Match this with the board your using
board: nodemcu-32s

# status_led:
# pin: GPIO2
status_led:
# Match this with the board your using
pin: GPIO2

# Enable logging
logger:
Expand Down Expand Up @@ -46,8 +46,8 @@ wifi:

external_components:
- source:
type: git
url: https://github.com/fsaris/EspHome-AwoX-BLE-mesh-hub
type: git
url: https://github.com/fsaris/EspHome-AwoX-BLE-mesh-hub
# ref: dev
# - source:
# type: local
Expand Down