Skip to content

Commit

Permalink
Fix variant names
Browse files Browse the repository at this point in the history
These names have apparently been changed in pio atmelavr 2.0.0.
  • Loading branch information
MCUdude authored Nov 26, 2019
1 parent 7d44335 commit 201ce31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions PlatformIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ board_upload.speed = 115200

; BUILD OPTIONS
; Current pinout
board_build.variant = mightycore_standard
board_build.variant = standard
; Comment out to enable LTO (this line unflags it)
build_unflags = -flto
; Extra build flags
Expand Down Expand Up @@ -189,11 +189,11 @@ Recommended baud rate for the particular clock speed is in *italic text*.
Holds the current pinout in use.
See [pinout pics](https://github.com/MCUdude/MightyCore#pinout) for more info.

| Pinouts |
|---------------------------------|
| `mightycore_standard` (default) |
| `mightycore_bobuino` |
| `mightycore_sanguino` |
| Pinouts |
|----------------------|
| `standard` (default) |
| `bobuino` |
| `sanguino` |


### `build_unflags`
Expand Down

0 comments on commit 201ce31

Please sign in to comment.