mirror of
https://github.com/esphome/esphome.git
synced 2024-11-14 02:58:11 +01:00
Bump arduino-mlx90393 to 1.0.2 (#7618)
This commit is contained in:
parent
1c845e0ff8
commit
0451b31f9e
2 changed files with 2 additions and 2 deletions
|
@ -132,4 +132,4 @@ async def to_code(config):
|
|||
pin = await cg.gpio_pin_expression(config[CONF_DRDY_PIN])
|
||||
cg.add(var.set_drdy_gpio(pin))
|
||||
|
||||
cg.add_library("functionpointer/arduino-MLX90393", "1.0.0")
|
||||
cg.add_library("functionpointer/arduino-MLX90393", "1.0.2")
|
||||
|
|
|
@ -38,7 +38,7 @@ lib_deps =
|
|||
improv/Improv@1.2.4 ; improv_serial / esp32_improv
|
||||
bblanchon/ArduinoJson@6.18.5 ; json
|
||||
wjtje/qr-code-generator-library@1.7.0 ; qr_code
|
||||
functionpointer/arduino-MLX90393@1.0.0 ; mlx90393
|
||||
functionpointer/arduino-MLX90393@1.0.2 ; mlx90393
|
||||
pavlodn/HaierProtocol@0.9.31 ; haier
|
||||
kikuchan98/pngle@1.0.2 ; online_image
|
||||
; This is using the repository until a new release is published to PlatformIO
|
||||
|
|
Loading…
Reference in a new issue