sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Update the urls to the Nordic Softdevice hex files #433

Closed KevinJohnMulligan closed 3 years ago

KevinJohnMulligan commented 3 years ago

I have found the correct links for the zip files. The older links are now dead and give a 404 error.

I have checked the zip files and despite having a very specific name they still contain a generically named .hex file that is consistent with the previous names

For example: s110nrf51800.zip contains s110_nrf51_8.0.0_softdevice.hex

sandeepmistry commented 3 years ago

Hi @KevinJohnMulligan,

Thanks for the PR, I believe it's the same changes as https://github.com/sandeepmistry/arduino-nRF5/pull/407 which I just merged. I'll close it for now, but let me know if I'm missed something.

KevinJohnMulligan commented 3 years ago

Hi @sandeepmistry,

Thank you for your response.

Yes the changes appear to be the same.