adafruit / tinyuf2

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

esp23 fix README.md reboot_to_uf2 #365

Closed s-light closed 7 months ago

s-light commented 7 months ago

Description of Change

fixes the example in the usage section in the README.md for the expressif borads - as at least i needed a static cast to esp_reset_reason_t to compile cleanly..

s-light commented 7 months ago

done.