You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile libretuya-esphome for generic-rtl8710bn-2mb-468k i get a linking error like the ones below:
Linking .pioenvs\plug-ezviz-test\firmware.elf
.pioenvs\plug-ezviz-test\src\esphome\components\libretuya\core.cpp.o: In function `esphome::arch_init()':
C:\Users\Bethayn-Dell\OneDrive - TUI\Documents\GitHub\esphome\libretuya-esphome\.esphome\build\plug-ezviz-test/src/esphome/components/libretuya/core.cpp:22: undefined reference to `LibreTuya::wdtEnable(unsigned long)'
.pioenvs\plug-ezviz-test\src\esphome\components\libretuya\core.cpp.o: In function `esphome::arch_feed_wdt()':
C:\Users\Bethayn-Dell\OneDrive - TUI\Documents\GitHub\esphome\libretuya-esphome\.esphome\build\plug-ezviz-test/src/esphome/components/libretuya/core.cpp:33: undefined reference to `LibreTuya::wdtFeed()'
collect2.exe: error: ld returned 1 exit status
Hi @kuba2k2,
Trying to compile libretuya-esphome for generic-rtl8710bn-2mb-468k i get a linking error like the ones below:
Full compilation log:
I've reduced the yml file to the bare minimum but it didn't help:
The text was updated successfully, but these errors were encountered: