diff --git a/.github/workflows/build_arduino.yml b/.github/workflows/build_arduino.yml index 1f24deb3..b1709a31 100644 --- a/.github/workflows/build_arduino.yml +++ b/.github/workflows/build_arduino.yml @@ -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 diff --git a/examples/GettingStarted/GettingStarted.ino b/examples/GettingStarted/GettingStarted.ino index 82734575..f6f903cf 100644 --- a/examples/GettingStarted/GettingStarted.ino +++ b/examples/GettingStarted/GettingStarted.ino @@ -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