Browse Source

move things

esphome
Hendrik Langer 3 years ago
parent
commit
37a50ac798
  1. 10
      common/base.yaml
  2. 0
      fonts/weather_icon_map.h

10
common/base.yaml

@ -4,9 +4,15 @@ esphome:
board: lolin_d32_pro
project:
name: "xd0.esp32weatherstation2"
version: "0.0.4"
version: "0.0.5"
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
logger:

0
custom/weather_icon_map.h → fonts/weather_icon_map.h

Loading…
Cancel
Save