pyr0ball / pyr0piezo

An AVR/ARM based piezoelectric sensor for use in ultra-precise applications
https://docs.pyroballpcbs.com/
Other
71 stars 23 forks source link

-f upload flag in platformio.ini [BUG] #76

Closed stmcculloch closed 4 years ago

stmcculloch commented 4 years ago

In line 43 of platformio.ini:

-fmax_errors=5

is not understood by avrdude.

There doesn't seem to be a -f flag in the avrdude docs: https://www.nongnu.org/avrdude/user-manual/avrdude_4.html

image

pyr0ball commented 4 years ago

Looks like we left in a gcc flag in that environment table. Just needs to be removed. I'll take care of it shortly