Browse Source

Use espressif32 v3.2.0 + arduinoespressif32 1.0.6

pull/4/head
Maurice Makaay 3 years ago
parent
commit
24f16c8a3a
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      doc/example-full.yaml
  2. +2
    -2
      doc/example.yaml

+ 2
- 2
doc/example-full.yaml View File

@ -28,9 +28,9 @@ esphome:
platform: ESP32
board: esp32doit-devkit-v1
platformio_options:
platform: espressif32@1.11.0
platform: espressif32@3.2.0
platform_packages: |-4
framework-arduinoespressif32 @ https://github.com/pauln/arduino-esp32.git#solo-no-mac-crc/1.0.4
framework-arduinoespressif32 @ https://github.com/pauln/arduino-esp32.git#solo-no-mac-crc/1.0.6
# This yeelight_bs2 comopnent acts as the hub for the device. Other
# components talk to the hardware via this component. Normally, you


+ 2
- 2
doc/example.yaml View File

@ -28,9 +28,9 @@ esphome:
platform: ESP32
board: esp32doit-devkit-v1
platformio_options:
platform: espressif32@1.11.0
platform: espressif32@3.2.0
platform_packages: |-4
framework-arduinoespressif32 @ https://github.com/pauln/arduino-esp32.git#solo-no-mac-crc/1.0.4
framework-arduinoespressif32 @ https://github.com/pauln/arduino-esp32.git#solo-no-mac-crc/1.0.6
# This component controls the light of the device.
light:


Loading…
Cancel
Save