Skip to content

Commit

Permalink
Merge branch 'release/11.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Sep 14, 2020
2 parents 36243d4 + 3dc5423 commit 11b17fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Revision History
* 11.1.0
- CANDY Pi Lite Board Service 10.1.0
- CANDY RED 9.8.1

* 11.0.0
- CANDY Pi Lite Board Service 10.0.1
- CANDY RED 9.7.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
DEPS_DIR=$(pwd)/deps
PIGEN_DIR=${DEPS_DIR}/pi-gen
MOVIDIUS=${MOVIDIUS:-0}
CANDY_PI_LITE_VERSION=${CANDY_PI_LITE_VERSION:-"10.0.1"}
CANDY_RED_HASH=${CANDY_RED_HASH:-"9.7.0"}
CANDY_PI_LITE_VERSION=${CANDY_PI_LITE_VERSION:-"10.1.0"}
CANDY_RED_HASH=${CANDY_RED_HASH:-"9.8.1"}
RPI_FIRMWARE_VERSION=${RPI_FIRMWARE_VERSION:-"1.20200819"}
BOOT_APN=${BOOT_APN:-""}
BUTTON_EXT=${BUTTON_EXT:-""}
Expand Down

0 comments on commit 11b17fb

Please sign in to comment.