esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

Warning while compiling for m5stack atom speaker kit #3928

Closed radek-kafka closed 1 year ago

radek-kafka commented 1 year ago

The problem

Not a problem, just during compilation for m5stack atom speaker kit there are some warnings about using of depreciated functions.

In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.cpp:2: /data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]

warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead

^~~ In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/bitswap.cpp:2: /data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]

warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead

^~~ In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52, from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/colorutils.cpp:7: /data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]

warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead

^~~

Which version of ESPHome has the issue?

2022.12

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2022.12.6

What platform are you using?

ESP8266

Board

m5AtomLite

Component causing the issue

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

INFO Compiling app...
Processing m5stack-atom-speaker-kit (board: esp32dev; framework: arduino; platform: platformio/espressif32 @ 5.2.0)
--------------------------------------------------------------------------------
Library Manager: Installing esphome/AsyncTCP-esphome @ 1.2.2
INFO Installing esphome/AsyncTCP-esphome @ 1.2.2
Unpacking  [####################################]  100%
Library Manager: AsyncTCP-esphome@1.2.2 has been installed!
INFO AsyncTCP-esphome@1.2.2 has been installed!
Library Manager: Installing esphome/ESPAsyncWebServer-esphome @ 2.1.0
INFO Installing esphome/ESPAsyncWebServer-esphome @ 2.1.0
Unpacking  [####################################]  100%
Library Manager: ESPAsyncWebServer-esphome@2.1.0 has been installed!
INFO ESPAsyncWebServer-esphome@2.1.0 has been installed!
Library Manager: Resolving dependencies...
INFO Resolving dependencies...
Library Manager: Installing esphome/noise-c @ 0.1.4
INFO Installing esphome/noise-c @ 0.1.4
Unpacking  [####################################]  100%
Library Manager: noise-c@0.1.4 has been installed!
INFO noise-c@0.1.4 has been installed!
Library Manager: Resolving dependencies...
INFO Resolving dependencies...
Library Manager: Installing esphome/libsodium @ 1.10018.1
INFO Installing esphome/libsodium @ 1.10018.1
Unpacking  [####################################]  100%
Library Manager: libsodium@1.10018.1 has been installed!
INFO libsodium@1.10018.1 has been installed!
Library Manager: Installing esphome/ESP32-audioI2S @ 2.0.6
INFO Installing esphome/ESP32-audioI2S @ 2.0.6
Unpacking  [####################################]  100%
Library Manager: ESP32-audioI2S@2.0.6 has been installed!
INFO ESP32-audioI2S@2.0.6 has been installed!
Library Manager: Installing fastled/FastLED @ 3.3.2
INFO Installing fastled/FastLED @ 3.3.2
Unpacking  [####################################]  100%
Library Manager: FastLED@3.3.2 has been installed!
INFO FastLED@3.3.2 has been installed!
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
 - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch3
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
Dependency Graph
|-- AsyncTCP-esphome @ 1.2.2
|-- WiFi @ 2.0.0
|-- FS @ 2.0.0
|-- Update @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 2.1.0
|   |-- AsyncTCP-esphome @ 1.2.2
|-- DNSServer @ 2.0.0
|-- ESPmDNS @ 2.0.0
|-- noise-c @ 0.1.4
|   |-- libsodium @ 1.10018.1
|-- WiFiClientSecure @ 2.0.0
|-- HTTPClient @ 2.0.0
|-- ESP32-audioI2S @ 2.0.6
|-- FastLED @ 3.3.2
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/FastLED.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/bitswap.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/colorpalettes.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/colorutils.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/bitswap.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/colorutils.cpp:7:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/colorpalettes.cpp:4:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.cpp:2:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/bitswap.cpp:2:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/bitswap.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/colorutils.cpp:7:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/colorutils.cpp:7:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/colorpalettes.cpp:4:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/colorpalettes.cpp:4:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/hsv2rgb.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/lib8tion.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/noise.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/hsv2rgb.cpp:4:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/lib8tion.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/noise.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/platforms.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/power_mgt.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/hsv2rgb.cpp:4:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/hsv2rgb.cpp:4:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/lib8tion.cpp:3:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/lib8tion.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/noise.cpp:2:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/noise.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/power_mgt.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib87f/FastLED/wiring.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/wiring.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/power_mgt.cpp:2:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/power_mgt.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/api_connection.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/api_frame_helper.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/api_pb2.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/wiring.cpp:2:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/wiring.cpp:2:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/api_pb2_service.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/api_server.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/list_entities.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/proto.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/subscribe_state.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/api/user_services.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/binary_sensor/automation.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/binary_sensor/binary_sensor.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/binary_sensor/filter.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/captive_portal/captive_portal.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/dashboard_import/dashboard_import.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/esp32/core.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/esp32/gpio.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/esp32/preferences.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/fastled_base/fastled_light.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/gpio/binary_sensor/gpio_binary_sensor.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome/components/fastled_base/fastled_light.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/i2s_audio/i2s_audio_media_player.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/addressable_light.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/automation.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome/components/fastled_base/fastled_light.cpp:3:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome/components/fastled_base/fastled_light.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/esp_color_correction.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/esp_hsv_color.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/esp_range_view.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/light_call.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/light_json_schema.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/light_output.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/light/light_state.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/logger/logger.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/md5/md5.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/mdns/mdns_component.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/mdns/mdns_esp32_arduino.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/mdns/mdns_esp8266.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/mdns/mdns_esp_idf.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/mdns/mdns_rp2040.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/media_player/media_player.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/network/util.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/ota/ota_backend_arduino_esp32.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/ota/ota_backend_arduino_esp8266.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/ota/ota_backend_arduino_rp2040.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/ota/ota_backend_esp_idf.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/ota/ota_component.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/socket/bsd_sockets_impl.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/socket/lwip_raw_tcp_impl.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/socket/socket.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/web_server_base/web_server_base.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/wifi/wifi_component.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/wifi/wifi_component_esp32_arduino.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/wifi/wifi_component_esp8266.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/wifi/wifi_component_esp_idf.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/components/wifi/wifi_component_pico_w.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/application.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/color.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/component.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/component_iterator.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/controller.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/entity_base.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/helpers.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/log.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/scheduler.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/esphome/core/util.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/src/main.cpp.o
Building /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/bootloader.bin
Creating esp32 image...
Successfully created esp32 image.
Generating partitions /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/partitions.bin
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:95,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
  ^~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib137/AsyncTCP-esphome/AsyncTCP.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFi.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiAP.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In member function 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int)':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:52: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
                                                    ^
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiClient.cpp.o
Archiving /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib137/libAsyncTCP-esphome.a
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiGeneric.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiMulti.cpp.o
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In instantiation of 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startOnChannel(int) [with int DATA_PIN = 27; int T1 = 72; int T2 = 72; int T3 = 144; EOrder RGB_ORDER = (EOrder)66; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]':
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:381:26:   required from 'static void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::startNext(int) [with int DATA_PIN = 27; int T1 = 72; int T2 = 72; int T3 = 144; EOrder RGB_ORDER = (EOrder)66; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]'
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:312:26:   required from 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::showPixels(PixelController<RGB_ORDER>&) [with int DATA_PIN = 27; int T1 = 72; int T2 = 72; int T3 = 144; EOrder RGB_ORDER = (EOrder)66; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]'
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:283:18:   required from here
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:20: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:20: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:20: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:399:20: warning: 'esp_err_t rmt_set_pin(rmt_channel_t, rmt_mode_t, gpio_num_t)' is deprecated: use rmt_set_gpio instead [-Wdeprecated-declarations]
         rmt_set_pin(mRMT_channel, RMT_MODE_TX, mPin);
         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/clockless_rmt_esp32.h:97,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms/esp/32/fastled_esp32.h:8,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/platforms.h:36,
                 from /data/m5stack-atom-speaker-kit/.piolibdeps/m5stack-atom-speaker-kit/FastLED/FastLED.h:52,
                 from src/esphome/components/fastled_base/fastled_light.h:16,
                 from src/esphome.h:23,
                 from src/main.cpp:3:
/data/cache/platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/driver/include/driver/rmt.h:930:11: note: declared here
 esp_err_t rmt_set_pin(rmt_channel_t channel, rmt_mode_t mode, gpio_num_t gpio_num)
           ^~~~~~~~~~~
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiSTA.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiScan.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiServer.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/WiFi/WiFiUdp.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib01c/FS/FS.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib01c/FS/vfs_api.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/libbc6/Update/HttpsOTAUpdate.cpp.o
Archiving /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib64d/libWiFi.a
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/libbc6/Update/Updater.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/ESPAsyncWebServer-esphome/AsyncEventSource.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/ESPAsyncWebServer-esphome/AsyncWebSocket.cpp.o
Archiving /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib01c/libFS.a
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/ESPAsyncWebServer-esphome/WebAuthentication.cpp.o
Archiving /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/libbc6/libUpdate.a
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/ESPAsyncWebServer-esphome/WebHandlers.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/ESPAsyncWebServer-esphome/WebRequest.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/ESPAsyncWebServer-esphome/WebResponses.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/ESPAsyncWebServer-esphome/WebServer.cpp.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib333/DNSServer/DNSServer.cpp.o
Archiving /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib333/libDNSServer.a
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib915/ESPmDNS/ESPmDNS.cpp.o
Archiving /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib4e6/libESPAsyncWebServer-esphome.a
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_core/ed25519/core_ed25519.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_core/ed25519/core_ristretto255.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_hash/crypto_hash.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_hash/sha256/cp/hash_sha256_cp.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_hash/sha256/hash_sha256.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_onetimeauth/crypto_onetimeauth.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_scalarmult/crypto_scalarmult.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c.o
Archiving /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib915/libESPmDNS.a
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_stream/chacha20/stream_chacha20.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_stream/crypto_stream.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/crypto_verify/sodium/verify.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/sodium/codecs.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/sodium/core.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-kit/lib97b/libsodium/sodium/runtime.c.o
Compiling /data/m5stack-atom-speaker-kit/.pioenvs/m5stack-atom-speaker-

Additional information

No response

ssieb commented 1 year ago

This is a problem with the fastled library, there's nothing esphome can do about it, unless there's a newer version of the library that has it fixed.

radek-kafka commented 1 year ago

Ok .. many thanks .. Just thought that something at my side is not up to date or broken ..