Advertisement
bdnstn

not declared compile log

Sep 17th, 2024
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. INFO ESPHome 2024.8.3
  2. INFO Reading configuration /config/esphome/ds-lilygo-433.yaml...
  3. WARNING GPIO5 is a strapping PIN and should only be used for I/O with care.
  4. Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
  5. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
  6. INFO Generating C++ source...
  7. INFO Compiling app...
  8. Processing ds-lilygo-433 (board: esp32dev; framework: arduino; platform: platformio/[email protected])
  9. --------------------------------------------------------------------------------
  10. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  11. - toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
  12. Dependency Graph
  13. |-- AsyncTCP-esphome @ 2.1.3
  14. |-- WiFi @ 2.0.0
  15. |-- FS @ 2.0.0
  16. |-- Update @ 2.0.0
  17. |-- ESPAsyncWebServer-esphome @ 3.2.2
  18. |-- DNSServer @ 2.0.0
  19. |-- ESPmDNS @ 2.0.0
  20. |-- noise-c @ 0.1.6
  21. |-- SPI @ 2.0.0
  22. Compiling .pioenvs/ds-lilygo-433/src/main.cpp.o
  23. /config/esphome/ds-lilygo-433.yaml: In function 'void setup()':
  24. /config/esphome/ds-lilygo-433.yaml:153:43: error: 'mot_type' was not declared in this scope
  25. hex_str: string
  26. ^
  27. /config/esphome/ds-lilygo-433.yaml:153:43: note: suggested alternative: 'wctype'
  28. hex_str: string
  29. ^
  30. wctype
  31. *** [.pioenvs/ds-lilygo-433/src/main.cpp.o] Error 1
  32. ========================= [FAILED] Took 21.80 seconds =========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement