usedbytes / picowota

A bootloader for OTA WiFi code upload to a Raspberry Pi Pico W
BSD 3-Clause "New" or "Revised" License
116 stars 21 forks source link

Improve build process by looking up address instead of hardcoding #14

Closed mvds00 closed 1 year ago

mvds00 commented 1 year ago

The image address can be extracted from the map file that is generated in the build process of picowota. A feature to do this is added to the existing python script.

usedbytes commented 1 year ago

Hi! Thanks for the PRs, nice clean-ups. I will find some time at the weekend to test them and get these merged

mvds00 commented 1 year ago

Hi! Thanks for the PRs, nice clean-ups. I will find some time at the weekend to test them and get these merged

Cool. I pushed a few additional tweaks.