Skip to content

Commit

Permalink
Follow up master to main branch rename in README.md, fixes plerup#296
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Sep 16, 2023
1 parent 313dd42 commit 2e0cb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The responsible maintainer of the esp8266 repository has kindly shared the
following command line instructions to use, if one wishes to manually
update EspSoftwareSerial to a newer release than pulled in via the ESP8266 Arduino BSP:

To update esp8266/arduino EspSoftwareSerial submodule to lastest master:
To update esp8266/arduino EspSoftwareSerial submodule to latest main:

Clean it (optional):
```shell
Expand All @@ -166,6 +166,6 @@ $ git submodule update --init
Now update it:
```shell
$ cd libraries/SoftwareSerial
$ git checkout master
$ git checkout main
$ git pull
```

0 comments on commit 2e0cb67

Please sign in to comment.