Skip to content

Commit

Permalink
Merge pull request #516 from Geekpixie/patch-2
Browse files Browse the repository at this point in the history
Update 3_get_flipping.md
  • Loading branch information
avanwinkle authored Jun 4, 2024
2 parents 5bb995a + d422694 commit ab354cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorial/3_get_flipping.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ friendly switch names. (This is what makes it possible to interact with
switch names like "left_flipper" and "right_inlane" versus "switch
27" or "switch 19".)

So on the line after the `#config_version=5` entry from the previous
So on the line after the `#config_version=6` entry from the previous
tutorial step, write `switches:` (note the colon). Then on the next
line, type four spaces (these must be spaces, not a tab), and write
`s_left_flipper:`. Then on the next line, type eight spaces and add
Expand All @@ -32,7 +32,7 @@ line, type four spaces (these must be spaces, not a tab), and write
So now your `config.yaml` file should look like this:

``` mpf-config
#config_version=5
#config_version=6
switches:
s_left_flipper:
Expand Down Expand Up @@ -372,7 +372,7 @@ Again, recapping the rules of YAML:
the same number of spaces, etc.
* Make sure you *do not* have a space *before* each colon.
* Make sure you *do* have a space *after* each colon.
* Make sure you have the `#config_version=5` as the first line in your
* Make sure you have the `#config_version=6` as the first line in your
file.

If you struggle to spot the problem read our
Expand Down Expand Up @@ -564,7 +564,7 @@ affect your coil and switch numbers). But here's the general idea.
an existing *Demolition Man* machine.)

``` mpf-config
#config_version=5
#config_version=6
hardware:
platform: fast
Expand Down

0 comments on commit ab354cd

Please sign in to comment.