senko icon indicating copy to clipboard operation
senko copied to clipboard

🦊 Simplest OTA update solution for your Micropython projects.

Results 5 senko issues
Sort by recently updated
recently updated
newest added

Attempting to use the "direct URL" example and ran into several issues: - It uses a non-raw URL example which presumable is unusable, but also results in very large payload,...

def _check_hash(self, x, y) should calculate sha one at a time to support certain implementations (Pycom MicroPython 1.20.3.b4 [v1.11-95ab8f63] on 2021-09-10; FiPy with ESP32) https://github.com/RangerDigital/senko/blob/3e69507708cfe471cf40eaef479238fbdbbe4ea4/senko/senko.py#L26 Suggest simply doing them one...

Hi, Thanks for sharing. My git repo is private, will the git login work? if so, what part of the lib should I modify? TIA

…ming to avoid out of memory errors. Took a pass with pylint as well. Thank you for the awesome library! I added some features and wanted to contribute them back...