tony-fav / tasmota-blerry

GNU General Public License v3.0
96 stars 29 forks source link

Do not download drivers if compiled version is present #52

Closed netboy3 closed 2 years ago

netboy3 commented 2 years ago

Many users delete the berry sources once Tasmota compiled it into a .bac file to conserve file-system space. The current code will keep downloading the source driver even when a valid compiled driver is present. Add a check to verify that no compiled version is present before downloading.

tony-fav commented 2 years ago

@netboy3 love the change. Think you can add some comments to the Readme about the expected behavior of drivers being downloaded now?

netboy3 commented 2 years ago

Sure. Would you like the Readme changes to be posted in the same commit, or in a separate one within the same PR (I'm not sure about your merging style preferences)?

tony-fav commented 2 years ago

Same PR. I'll squash when I merge :-)

netboy3 commented 2 years ago

Got a few updates in the documentation. Please let me know if anything is wrong :smiley: