Skip to content

Commit

Permalink
switch to esp-idf; remove Bluetooth Proxy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Jun 6, 2024
1 parent c3f7eca commit b9951a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 3 additions & 1 deletion firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ esphome:
data: [ 0x0 ]
project:
name: tj_horner.upsy_desky
version: "2.0.0"
version: "3.0.0"

uart:
id: handset_tx
Expand All @@ -21,6 +21,8 @@ uart:

esp32:
board: esp32dev
framework:
type: esp-idf

# Configurable options
substitutions:
Expand Down
7 changes: 2 additions & 5 deletions firmware/stock.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
packages:
base: !include base.yaml
addon_bluetooth_proxy: !include addons/bluetooth-proxy.yaml

substitutions:
bluetooth_proxy_active_connections: "false"

external_components:
- source: github://tjhorner/esphome-custom-components
Expand Down Expand Up @@ -33,10 +29,11 @@ api:

web_server:
port: 80
version: 2
js_url: "https://upsy-desky.tjhorner.dev/esphome-webserver/www.js"

ota:
password: ""

dashboard_import:
package_import_url: github://tjhorner/upsy-desky/firmware/stock.yaml@v2.0.0
package_import_url: github://tjhorner/upsy-desky/firmware/stock.yaml@v3.0.0

0 comments on commit b9951a4

Please sign in to comment.