Merge branch 'develop' into master
This commit is contained in:
commit
052023eb79
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue