@@ -33,13 +33,15 @@ build_flags =
3333; This are common settings for all environments.
3434[common]
3535lib_deps =
36- esphome/noise-c@0.1.10 ; api
36+ esphome/noise-c@0.1.10 ; api
3737 improv/Improv@1.2.4 ; improv_serial / esp32_improv
3838 bblanchon/ArduinoJson@7.4.2 ; json
3939 wjtje/qr-code-generator-library@1.7.0 ; qr_code
4040 functionpointer/arduino-MLX90393@1.0.2 ; mlx90393
4141 pavlodn/HaierProtocol@0.9.31 ; haier
4242 kikuchan98/pngle@1.1.0 ; online_image
43+ polargoose/arduino-dsmr-2@7.0.0 ; dsmr
44+ polargoose/Crypto-no-arduino@0.4.0 ; dsmr
4345 https://github.com/esphome/TinyGPSPlus.git# v1.1.0 ; gps
4446 ; Using the repository directly, otherwise ESP-IDF can't use the library
4547 https://github.com/bitbank2/JPEGDEC.git# ca1e0f2 ; online_image
@@ -78,8 +80,6 @@ lib_deps =
7880 heman/AsyncMqttClient-esphome@1.0.0 ; mqtt
7981 fastled/FastLED@3.9.16 ; fastled_base
8082 freekode/TM1651@1.0.1 ; tm1651
81- glmnet/Dsmr@0.7 ; dsmr
82- rweather/Crypto@0.4.0 ; dsmr
8383 dudanov/MideaUART@1.1.9 ; midea
8484 tonia/HeatpumpIR@1.0.37 ; heatpumpir
8585build_flags =
@@ -234,10 +234,12 @@ build_flags =
234234 -DUSE_ZEPHYR
235235 -DUSE_NRF52
236236lib_deps =
237- bblanchon/ArduinoJson@7.4.2 ; json
237+ bblanchon/ArduinoJson@7.4.2 ; json
238238 wjtje/qr-code-generator-library@1.7.0 ; qr_code
239239 pavlodn/HaierProtocol@0.9.31 ; haier
240240 functionpointer/arduino-MLX90393@1.0.2 ; mlx90393
241+ polargoose/arduino-dsmr-2@7.0.0 ; dsmr
242+ polargoose/Crypto-no-arduino@0.4.0 ; dsmr
241243 https://github.com/esphome/TinyGPSPlus.git# v1.1.0 ; gps
242244 https://github.com/Sensirion/arduino-gas-index-algorithm.git# 3.2.1 ; Sensirion Gas Index Algorithm Arduino Library
243245 lvgl/lvgl@8.4.0 ; lvgl
0 commit comments