Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
build:
uses: nRF24/.github/.github/workflows/build_arduino.yaml@main
uses: nRF24/.github/.github/workflows/build_arduino.yaml@rust-compile-sketches
with:
sketch-paths: |
- examples/GettingStarted
Expand Down
4 changes: 2 additions & 2 deletions examples/GettingStarted/GettingStarted.ino
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ void setup() {
}

// For debugging info
// printf_begin(); // needed only once for printing details
printf_begin(); // needed only once for printing details
// radio.printDetails(); // (smaller) function that prints raw register values
// radio.printPrettyDetails(); // (larger) function that prints human readable data
radio.printPrettyDetails(); // (larger) function that prints human readable data

} // setup

Expand Down
Loading