Salt-PepperEngineering / react-native-nordic-dfu

Nordic Device Firmware Update for React Native
MIT License
30 stars 36 forks source link

Add support for binary and hex files #4

Closed simonbothen-radinn closed 1 year ago

simonbothen-radinn commented 1 year ago

In some cases it is more convinient to use a binary or hex file directly instead of using a zip file.

We can check the extention and do the appropriate action.

manualexSP commented 1 year ago

I will have a look and do some tests in the next period. Thank you for contributing

mmesarosiuSP commented 1 year ago

I've added your repo's branch as npm dependency, however on my Android 12 device it was crashing with your branch. I'm assuming because you don't have the Android 12 updates from this PR. Instead I applied these changes on our repo and installed it as a local npm package and it was working properly.

simonbothen-radinn commented 1 year ago

I've added your repo's branch as npm dependency, however on my Android 12 device it was crashing with your branch. I'm assuming because you don't have the Android 12 updates from this PR. Instead I applied these changes on our repo and installed it as a local npm package and it was working properly.

Thanks for the feedback. Will look into the above next week.

simonbothen-radinn commented 1 year ago

I've added your repo's branch as npm dependency, however on my Android 12 device it was crashing with your branch. I'm assuming because you don't have the Android 12 updates from this PR. Instead I applied these changes on our repo and installed it as a local npm package and it was working properly.

Rebased to remotes HEAD.

manualexSP commented 1 year ago

Moved your implementation on this MR https://github.com/Salt-PepperEngineering/react-native-nordic-dfu/pull/6