Skip to content

Commit

Permalink
Merge pull request #18 from ApolloAutomation/FixAHT
Browse files Browse the repository at this point in the history
Specify I2C Frequency
  • Loading branch information
TrevorSchirmer authored Dec 11, 2024
2 parents 8d86fc1 + bf90db3 commit d7bcbb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "24.11.11.1"
version: "24.12.7.1"

esp32:
board: esp32-c3-devkitm-1
Expand Down Expand Up @@ -75,6 +75,7 @@ i2c:
sda: GPIO1
scl: GPIO0
id: bus_a
frequency: 200kHz

one_wire:
- platform: gpio
Expand Down

0 comments on commit d7bcbb2

Please sign in to comment.