mothball187 / flipperzero-nrf24

286 stars 28 forks source link

Fixed an issue where attempts to write to addresses.txt will freeze program #8

Closed ESurge closed 2 years ago

ESurge commented 2 years ago

Fixed an issue where attempts to write to addresses.txt will freeze program if the file doesn't exist

In the process of fixing above bug, cleaned up the code a bit.

Tested if addresses.txt file...

Also added a notification ping on found address and successful write.

mothball187 commented 2 years ago

thanks @ESurge !