Merge branch 'develop' into master

This commit is contained in:
Alan Weinstock 2020-01-16 22:46:23 -08:00 committed by GitHub
commit 052023eb79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,6 @@ 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
@ -133,6 +131,8 @@ void setup() {
restoreConfig();
adjustGain();
digitalWriteFast(TRG_OUT, !LOGIC);
}
/*------------------------------------------------*/