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

minor update of LilyGO T-Beam S3 BSP #255

Closed lyusupov closed 1 year ago

lyusupov commented 1 year ago

Checklist

By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes

This entire checklist section above can be deleted if all items are checked.


Description of Change

1) UF2_BOARD_ID is now better compliant with uf2 specs ; 2) new UF2_DETECTION_DELAY_MS constant is set to 1000 milliseconds - (see https://github.com/adafruit/tinyuf2/pull/254 for details).