SpenceKonde / megaTinyCore

Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
Other
554 stars 144 forks source link

Typo in boards.txt #1048

Closed ruthsarian closed 6 months ago

ruthsarian commented 8 months ago

line 955 of boards.txt

atxy6.menu.bodmode.sampledlow.bootloader.bodmodebits=11010

should be

atxy6.menu.bodmode.sampledslow.bootloader.bodmodebits=11010

The missing 's' in sampledslow means the sampled/sampled (125 Hz) BOD mode will not work when selected in the Arduino IDE.

SpenceKonde commented 6 months ago

Corrected, along with several other issues.