SandboxElectronics / LoRaGoDOCK-Gateway

Source code for single-channel LoRaWAN Gateway based on LoRaGo DOCK (ESP8266 and SX1276)
MIT License
33 stars 14 forks source link

can't compile got error: mbiguous overload for 'operator+=' (operand types are 'String' and 'IPAddress') #9

Open sprokkie opened 4 years ago

sprokkie commented 4 years ago

Hi,

a fresh install of arduino sketch programm 1.8.10 did even not do the trick I used the libraries that are included then i also cannot compile,

please point me in the right direction

ZebNZ commented 4 years ago

@sprokkie I have the same problem! Did you find a fix?

Thanks,

Zeb

ZebNZ commented 4 years ago

Ah, you just need to put this URL in your "Additional Boards Manager URLs": https://github.com/esp8266/Arduino/releases/download/2.4.2/package_esp8266com_index.json And install version 2.4.2 of the ESP8266 board (do this from the Boards Manager) and it should work!

Thanks,

Zeb

sprokkie commented 4 years ago

Hi,

I upgraded to V6 from the original author.

Is much better than the version from sandbox

https://github.com/things4u/ESP-1ch-Gateway-v6.0

this works for me now.

Regards,

Sprokkie

Van: Zeb [mailto:notifications@github.com] Verzonden: dinsdag 7 januari 2020 2:15 Aan: SandboxElectronics/LoRaGoDOCK-Gateway LoRaGoDOCK-Gateway@noreply.github.com CC: sprokkie sprokkie4@hotmail.com; Mention mention@noreply.github.com Onderwerp: Re: [SandboxElectronics/LoRaGoDOCK-Gateway] can't compile got error: mbiguous overload for 'operator+=' (operand types are 'String' and 'IPAddress') (#9)

@sprokkie https://github.com/sprokkie I have the same problem! Did you find a fix?

Thanks,

Zeb

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/SandboxElectronics/LoRaGoDOCK-Gateway/issues/9?email_source=notifications&email_token=AG7UQCOJOVM5ZAWMR354BBLQ4PJS3A5CNFSM4KBLF4HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIHLCDI#issuecomment-571388173 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AG7UQCP4ZEZEXU4X5Z5TYJDQ4PJS3ANCNFSM4KBLF4HA . https://github.com/notifications/beacon/AG7UQCIL5QQ4VWQU4VVP2CTQ4PJS3A5CNFSM4KBLF4HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIHLCDI.gif

ZebNZ commented 4 years ago

Great, thank you for that information!

Zeb