tube0013 / esphome-stream-server-v2

Custom Component for ESPHome enabling Serial over TCP
33 stars 25 forks source link

fatal error: AsyncTCP.h: No such file or directory #6

Closed ctvedt closed 10 months ago

ctvedt commented 1 year ago

Not able to update my esphome stream server from 2023.4.4 due to the error below. Have tried to clean build files.

Compiling /data/esp32_han/.pioenvs/esp32_han/src/esphome/components/stream_server/binary_sensor.cpp.o
In file included from src/esphome/components/stream_server/binary_sensor.h:21,
                 from src/esphome/components/stream_server/binary_sensor.cpp:17:
src/esphome/components/stream_server/stream_server.h:28:10: fatal error: AsyncTCP.h: No such file or directory

******************************************************************
* Looking for AsyncTCP.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:AsyncTCP.h"
* Web  > https://registry.platformio.org/search?q=header:AsyncTCP.h
*
******************************************************************

 #include <AsyncTCP.h>
          ^~~~~~~~~~~~
compilation terminated.
*** [/data/esp32_han/.pioenvs/esp32_han/src/esphome/components/stream_server/binary_sensor.cpp.o] Error 1
========================= [FAILED] Took 21.54 seconds =========================
ctvedt commented 1 year ago

See PR #7

ptr727 commented 10 months ago

Same issue here, please merge the PR.

ptr727 commented 10 months ago

Fixed after PR #7 was merged, thank you.