adafruit / tinyuf2

UF2 bootloader based on TinyUSB for embedded devices such as ESP32S2, STM32F4 and iMX RT10xx
MIT License
314 stars 172 forks source link

Fix pathname for AWS uploads #279

Closed makermelissa closed 1 year ago

makermelissa commented 1 year ago

Description of Change

After testing #278, I realized it was uploading everything to a file called esp32 instead of using that as a folder. This fixes that issue. Otherwise, the rest of the testing worked perfectly.

makermelissa commented 1 year ago

Since I'm 100% sure this will work and it needs to be changed ASAP, I'm just going to merge.