From 904d6af9dc3e74aeae190cde418338f80e906e84 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 16 Jan 2020 11:19:03 -0800 Subject: [PATCH] changed default state for i2c input macro to enabled #featureadd --- .../Pyr0_Piezo_Sensor_v2.x.x/src/Pyr0_Piezo_Sensor_V2.x.x.cpp | 1 + 1 file changed, 1 insertion(+) 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 bc6a0fb..5f31c4e 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 @@ -85,6 +85,7 @@ update the voltMeterConstant variable in pP_config.h with the correct value ------------------------------------------------------------*/ #define PP_VERSION 2.2.1_882a87 + /* Debug output verbose mode will continuously output sensor readings rather than waiting for user input */ #define VERBOSE true