pulsartronic / LoRaWANGatewaySC

LoRa WAN Single Channel Gateway
GNU General Public License v3.0
41 stars 25 forks source link

Error in compile the code #2

Closed mamanbudiman closed 4 years ago

mamanbudiman commented 4 years ago

I try to compile the code, according to this guide https://www.hackster.io/pulsartronic/lorawan-gateway-esp8266-rfm95-arduino-4914a8

There is an exit error when I compile it. Using library WAN in folder: C:\Users\user\Documents\Arduino\LoRaWANGatewaySC-master\libraries\WAN (legacy) Using library DataStructure in folder: C:\Users\user\Documents\Arduino\LoRaWANGatewaySC-master\libraries\DataStructure (legacy) Using library Hash at version 1.0 in folder: C:\Users\user\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.1\libraries\Hash exit status 1 Error compiling for board LOLIN(WEMOS) D1 R2 & mini.

I use Arduino IDE 1.8.10

Any suggestion ?

Regards

pulsartronic commented 4 years ago

Hello, i see you are using esp8266 v2.7.1 ... it wasn't tested using that version ... try to install esp8266 2.6.3 till i have the time to update the code ... thanks 2 6 3

pulsartronic commented 4 years ago

It is fixed ... now it works with v2.7.1

mamanbudiman commented 4 years ago

Ok, thank you.

Regards,