dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
356 stars 58 forks source link

Updated NRF Firmware #65

Closed jrperson closed 6 months ago

jrperson commented 6 months ago

The current NRF firmware will stop working after a few hours on the NRF51822 boards. This solves that issue and makes the build more generic as it took out the LED pins being explicitly defined in the main.c file.

Updated NRF firmware:

dchristl commented 6 months ago

Thank you for your work