Skip to content

Commit

Permalink
just don't build the sleep example (need advice)
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 14, 2021
1 parent 6c89b65 commit 1c8c61f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@ jobs:
uses: arduino/compile-sketches@main
with:
sketch-paths: |
- examples/Network_Ping_Sleep
- examples/helloworld_rx
- examples/helloworld_rx_advanced
- examples/helloworld_tx_advanced
- examples/helloworld_tx
- examples/Network_Ping
- examples/Network_Priority_RX
- examples/Network_Priority_TX
libraries: |
- name: RF24
- source-path: ./
Expand Down
1 change: 0 additions & 1 deletion examples/Network_Ping_Sleep/Network_Ping_Sleep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#include <RF24.h>
#include <RF24Network.h>

#define ENABLE_SLEEP_MODE // needed to expose the RF24Network::setup_watchdog() and RF24Network::sleepNode() definitions

/***********************************************************************
************* Set the Node Address *************************************
Expand Down

0 comments on commit 1c8c61f

Please sign in to comment.