Skip to content

Commit

Permalink
Change the default hardware platform from pscopehat to `planktoscop…
Browse files Browse the repository at this point in the history
…ehat`
  • Loading branch information
ethanjli committed Mar 26, 2024
1 parent ec4074f commit fbba21c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All dates in this file are given in the [UTC time zone](https://en.wikipedia.org

## Unreleased

### Changed

- (Breaking change) Changed the default hardware platform from `pscopehat` to `planktoscopehat`.

## v2023.9.0 - 2023-12-30

### Changed
Expand Down
14 changes: 7 additions & 7 deletions distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -357,17 +357,17 @@ usage() {

printf "\n%s\n" "Examples:"
printf " %s\n %s\n" \
"distro.sh -H pscopehat" \
"Install the latest stable release for a PlanktoScope with the custom PlanktoScope HAT" \
"distro.sh -H planktoscopehat" \
"Install the latest stable release for a PlanktoScope with the PlanktoScope HAT" \
\
"distro.sh ${GREEN}-v beta${NO_COLOR} -H adafruithat" \
"Install the latest beta prerelease or stable release for a PlanktoScope with the Adafruit HAT" \
"distro.sh ${GREEN}-v master${NO_COLOR} -H pscopehat" \
"Install the latest development version for a Planktoscope with the custom PlanktoScope HAT" \
"distro.sh ${GREEN}-v master${NO_COLOR} -H planktoscopehat" \
"Install the latest development version for a Planktoscope with the PlanktoScope HAT" \
"distro.sh ${GREEN}-t tag -v v2023.9.0-beta.1${NO_COLOR} -H adafruithat" \
"Install the v2023.9.0-beta.1 prerelease for a PlanktoScope with the Adafruit HAT" \
"distro.sh ${GREEN}-t hash -v bca19bf${NO_COLOR} -H pscopehat" \
"Install the bca19bf commit for a PlanktoScope with the custom PlanktoScope HAT" \
"distro.sh ${GREEN}-t hash -v bca19bf${NO_COLOR} -H planktoscopehat" \
"Install the bca19bf commit for a PlanktoScope with the PlanktoScope HAT" \
""
}

Expand All @@ -391,7 +391,7 @@ DEFAULT_QUERY_TYPE="branch"
if [ -z "${QUERY_TYPE-}" ]; then
QUERY_TYPE="${DEFAULT_QUERY_TYPE}"
fi
DEFAULT_HARDWARE="pscopehat"
DEFAULT_HARDWARE="planktoscopehat"
if [ -z "${HARDWARE-}" ]; then
HARDWARE="${DEFAULT_HARDWARE}"
fi
Expand Down

0 comments on commit fbba21c

Please sign in to comment.