Skip to content

Commit

Permalink
Point to the feature branch temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Feb 27, 2022
1 parent 0985010 commit 5626b01
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions esp32-example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: jk-bms
external_components_source: github://syssi/esphome-ant-bms@main
external_components_source: github://syssi/esphome-ant-bms@add-protocol-v4-support
tx_pin: GPIO16
rx_pin: GPIO17

Expand All @@ -20,20 +20,21 @@ wifi:
api:
ota:
logger:
level: VERY_VERBOSE
level: DEBUG
logs:
api.service: WARN
ota: WARN
sensor: WARN
jk_bms_ble: VERY_VERBOSE
uart_esp32: VERY_VERBOSE
wifi: WARN
sensor: DEBUG

uart:
id: uart0
baud_rate: 9600
rx_buffer_size: 384
tx_pin: ${tx_pin}
rx_pin: ${rx_pin}
debug:
direction: BOTH

jk_modbus:
id: modbus0
Expand Down

0 comments on commit 5626b01

Please sign in to comment.