Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenroche5 committed Sep 28, 2023
1 parent a207872 commit e58eaac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/note-arduino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
filters: |
changed:
- 'Dockerfile'
build_ci_docker_image:
runs-on: ubuntu-latest
needs: [check_dockerfile_changed]
Expand Down Expand Up @@ -93,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ always() }}
needs: [build_ci_docker_image]
continue-on-error: true
fail-fast: false
strategy:
matrix:
example-sketch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// #define txRxPinsSerial Serial1
#define usbSerial Serial

syntax error

// This is the unique Product Identifier for your device
#ifndef PRODUCT_UID
#define PRODUCT_UID "" // "com.my-company.my-name:my-project"
Expand Down
3 changes: 0 additions & 3 deletions examples/build_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ NOTE_ARDUINO_DIR="$SCRIPT_DIR/.."
# If this is being run inside a Docker container (i.e. for GitHub actions CI),
# copy the latest note-arduino code into the appropriate place so that it can
# be consumed when building the example.
echo "whoami: $(whoami)"
if [ -f /.dockerenv ]; then
export HOME=/home/blues
echo "HOME: $HOME"
cp -r $NOTE_ARDUINO_DIR $HOME/Arduino/libraries/Blues_Wireless_Notecard
fi

Expand Down

0 comments on commit e58eaac

Please sign in to comment.