arduino-433 icon indicating copy to clipboard operation
arduino-433 copied to clipboard

Hi Normane

Open wisnusatriyo opened this issue 2 years ago • 3 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

wisnusatriyo avatar Oct 11 '22 03:10 wisnusatriyo

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.

normen avatar Oct 11 '22 11:10 normen

Hi Normen .. thanks for the reply... I am using esp8266 and uploaded the script thru arduino instead of platformio.

On Tue, Oct 11, 2022, 18:13 Normen Hansen @.***> wrote:

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.

— Reply to this email directly, view it on GitHub https://github.com/normen/arduino-433/issues/6#issuecomment-1274519865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOQ4UVMOWESKBIXJUIAQY3DWCVDWDANCNFSM6AAAAAARB32XTU . You are receiving this because you authored the thread.Message ID: @.***>

wisnusatriyo avatar Oct 11 '22 18:10 wisnusatriyo

Hi Normen .. thanks for the reply... I am using esp8266 and uploaded the

script thru arduino instead of platformio.

Then you will have to make sure you install the needed libraries as well.

normen avatar Oct 11 '22 22:10 normen