mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 21:44:55 +01:00
Upgrade rweather/Crypto from 0.2.0 to 0.4.0 (#3593)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
ba7737e9f8
commit
9e227b0192
2 changed files with 2 additions and 2 deletions
|
@ -85,4 +85,4 @@ async def to_code(config):
|
||||||
cg.add_library("glmnet/Dsmr", "0.5")
|
cg.add_library("glmnet/Dsmr", "0.5")
|
||||||
|
|
||||||
# Crypto
|
# Crypto
|
||||||
cg.add_library("rweather/Crypto", "0.2.0")
|
cg.add_library("rweather/Crypto", "0.4.0")
|
||||||
|
|
|
@ -62,7 +62,7 @@ lib_deps =
|
||||||
mikalhart/TinyGPSPlus@1.0.2 ; gps
|
mikalhart/TinyGPSPlus@1.0.2 ; gps
|
||||||
freekode/TM1651@1.0.1 ; tm1651
|
freekode/TM1651@1.0.1 ; tm1651
|
||||||
glmnet/Dsmr@0.5 ; dsmr
|
glmnet/Dsmr@0.5 ; dsmr
|
||||||
rweather/Crypto@0.2.0 ; dsmr
|
rweather/Crypto@0.4.0 ; dsmr
|
||||||
dudanov/MideaUART@1.1.8 ; midea
|
dudanov/MideaUART@1.1.8 ; midea
|
||||||
tonia/HeatpumpIR@1.0.20 ; heatpumpir
|
tonia/HeatpumpIR@1.0.20 ; heatpumpir
|
||||||
build_flags =
|
build_flags =
|
||||||
|
|
Loading…
Reference in a new issue