Skip to content

Commit

Permalink
Move to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbzz authored Mar 18, 2023
1 parent a0c4621 commit 57a44b0
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 @@ -21,7 +21,7 @@ The Inky display looks like this in carbon mode, and very similar in Agile mode.
# Software needed

- This has been tested on Raspberry Pi OS Buster and Bullseye, 32-bit only.
- [Establish network access and enable SSH on the device](https://andrejacobs.org/100-days-challenge/setting-up-a-headless-raspberry-pi-zero-w-with-raspberry-pi-os-lite/).
- [Establish network access and enable SSH on the device](https://core-electronics.com.au/guides/raspberry-pi-zerow-headless-wifi-setup/).
- You will need the [Pimoroni Blinkt! Python library](https://github.com/pimoroni/blinkt), or the [Pimoroni Inky Python library](https://github.com/pimoroni/inky).
- Install the appropriate library like so, making sure you answer YES to the questions.

Expand All @@ -42,7 +42,7 @@ pip3 install font-roboto
Once you have installed the Pimoroni software as above, the easiest way to download this software is to copy and paste the following command, which will make a copy of all the files in a folder called **pi-eco-indicator** in your home directory. This won't work unless you've installed the Blinkt! library above (or installed `git` yourself).

```
cd ~ && git -c advice.detachedHead=false clone --depth 1 -b v2.2.0 https://github.com/jerbzz/pi-eco-indicator.git
cd ~ && git -c advice.detachedHead=false clone --depth 1 -b v2.2.1 https://github.com/jerbzz/pi-eco-indicator.git
```
# How to use this code

Expand Down

0 comments on commit 57a44b0

Please sign in to comment.