From 266ae5cd9e0748a2fb6e4283090fa64711c4e8e7 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sun, 27 Oct 2019 16:47:30 -0700 Subject: [PATCH] fixed definition preventing serial response in #49 #bugfix --- .../Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp index ac84fbc..04bc410 100644 --- a/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp +++ b/firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp @@ -84,7 +84,7 @@ update the voltMeterConstant variable in pP_config.h with the correct value /* Debug output verbose mode will continuously output sensor readings rather than waiting for user input */ -//#define VERBOSE true +#define VERBOSE true // Headers, variables, and functions #include