From 201ce3158607c651a4eb2d6c34556e5e7e2a1bfc Mon Sep 17 00:00:00 2001 From: Hans Date: Tue, 26 Nov 2019 14:04:31 +0100 Subject: [PATCH] Fix variant names These names have apparently been changed in pio atmelavr 2.0.0. --- PlatformIO.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PlatformIO.md b/PlatformIO.md index 5b809f5c8..bf03a9953 100644 --- a/PlatformIO.md +++ b/PlatformIO.md @@ -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 @@ -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`