RangerDigital / senko

🦊 Simplest OTA update solution for your Micropython projects.
GNU General Public License v3.0
95 stars 21 forks source link

2.0 update #1

Closed Jorgeruiz97 closed 3 years ago

Jorgeruiz97 commented 3 years ago

Hello! I 've been using a lot this library and wanted to share some updates I made on my local script

I added some initial values to the Senko class without removing the current way, these are:

Added default values to the Senko class for:

I also fixed an issue I was having, on _check_all method the for loop was ending once it didn't find a file. I added a continue so we can keep searching for the rest that actually exist or are valid

RangerDigital commented 3 years ago

That's awesome! I love It! Thank you for your contribution! 🦊 I just tested your changes with my ESP32 and Micropython 1.14, It works great.