sweetlilmre / tapuino

tapuino
http://www.sweetlilmre.com
MIT License
131 stars 49 forks source link

Fixed uninitialized variable check (br) in play_file() #44

Closed sweetlilmre closed 2 years ago

sweetlilmre commented 2 years ago

Set minimum read size of initial buffer read in verify_tap() to completely fill the buffer and have br in play_file at a known value Moved FatsFS buffer into flash storage Commented unused config setting g_key_repeat_start Changes suggested by @matsstaff