ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
304 stars 21 forks source link

Use comma instead of semicolon for digikey bom upload parser #479

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR fixes a bug in the kivu12 DigiKey BOM generator script were the generated CSV was not compatible with DigiKey BOM uploader: DigiKey doesn't recognise ; to be a valid separator, so we use , instead.