|
@ -4,9 +4,15 @@ esphome: |
|
|
board: lolin_d32_pro |
|
|
board: lolin_d32_pro |
|
|
project: |
|
|
project: |
|
|
name: "xd0.esp32weatherstation2" |
|
|
name: "xd0.esp32weatherstation2" |
|
|
version: "0.0.4" |
|
|
version: "0.0.5" |
|
|
includes: |
|
|
includes: |
|
|
- custom/weather_icon_map.h |
|
|
- fonts/weather_icon_map.h |
|
|
|
|
|
- custom/veml6075_custom_sensor.h |
|
|
|
|
|
libraries: |
|
|
|
|
|
- "https://github.com/adafruit/Adafruit_VEML6075" |
|
|
|
|
|
- "https://github.com/adafruit/Adafruit_BusIO" |
|
|
|
|
|
platformio_options: |
|
|
|
|
|
lib_ldf_mode: chain+ |
|
|
|
|
|
|
|
|
# Enable logging |
|
|
# Enable logging |
|
|
logger: |
|
|
logger: |
|
|