编译到最后提示的错误日志。谢谢!
Compiling /data/1115h/.pioenvs/1115h/src/esphome/components/wifi/wifi_component_esp_idf.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/application.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/color.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/component.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/component_iterator.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/controller.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/entity_base.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/helpers.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/log.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/scheduler.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/esphome/core/util.cpp.o
Compiling /data/1115h/.pioenvs/1115h/src/main.cpp.o
Generating LD script /data/1115h/.pioenvs/1115h/ld/local.eagle.app.v6.common.ld
Compiling /data/1115h/.pioenvs/1115h/lib975/ESPAsyncTCP-esphome/AsyncPrinter.cpp.o
Compiling /data/1115h/.pioenvs/1115h/lib975/ESPAsyncTCP-esphome/ESPAsyncTCP.cpp.o
/config/esphome/1115h.yaml: In lambda function:
/config/esphome/1115h.yaml:176:35: error: expected type-specifier before 'UartReadLineSensor'
176 | auto my_custom_sensor = new UartReadLineSensor(id(uart_bus));
| ^~~~~~~~~~~~~~~~~~
/config/esphome/1115h.yaml:178:31: error: could not convert '{my_custom_sensor}' from '<brace-enclosed initializer list>' to 'std::vector<esphome::text_sensor::TextSensor*>'
178 | return {my_custom_sensor};
| ^
| |
| <brace-enclosed initializer list>
*** [/data/1115h/.pioenvs/1115h/src/main.cpp.o] Error 1
========================= [FAILED] Took 81.82 seconds =========================
|