normen / arduino-433

Arduino/ESP based 433MHz home control transceiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi Normane

wisnusatriyo opened this issue · comments

I am stucked when compiling arduino-433 script. When I uncommented #define USE_ESPLIGHT there was an error : collect2.exe: error: ld returned 1 exit status. But if I commented #define USE_ESPLIGHT compiling worked fine. So I quess the problem is coming from ESPilight

I am using libs
ESPiLight 0.16.2
rc_swicth 2.6.3
SmartRCC_CC1101_Driver_lib 2.3.5
WebSocket-2.2.0

Do you have any idea what is the Error and how to fix it?

Thanks, Wisnu from Indonesia

Looks like the linker can't find the correct library, sure your hardware settings in the platformio.ini are right? As stated, ESPiLight only works on ESP hardware.