Skip to content

Commit 325840e

Browse files
committed
Add VERBOSE_DEBUG flag
1 parent 12ed8f2 commit 325840e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/CANSwitch/CANSwitch.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
// Enable debug prints to serial monitor
3434
#define MY_DEBUG
35+
//#define MY_DEBUG_VERBOSE_CAN
3536

3637
// Enable and select radio type attached
3738
#define MY_CAN

examples/GatewaySerialCAN/GatewaySerialCAN.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
// Enable debug prints to serial monitor
4040
#define MY_DEBUG
41+
//#define MY_DEBUG_VERBOSE_CAN
4142

4243

4344
// Enable and select radio type attached

0 commit comments

Comments
 (0)