updated internal version with latest commit #docs
This commit is contained in:
parent
1ed6701063
commit
3f5af8ced7
1 changed files with 3 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ update the voltMeterConstant variable in pP_config.h with the correct value
|
||||||
|
|
||||||
------------------------------------------------------------*/
|
------------------------------------------------------------*/
|
||||||
|
|
||||||
#define PP_VERSION "2.2.1_882a87"
|
#define PP_VERSION "2.2.1_1ed670"
|
||||||
|
|
||||||
/* Debug output verbose mode will continuously output sensor readings
|
/* Debug output verbose mode will continuously output sensor readings
|
||||||
rather than waiting for user input */
|
rather than waiting for user input */
|
||||||
|
|
@ -133,6 +133,8 @@ void setup() {
|
||||||
restoreConfig();
|
restoreConfig();
|
||||||
|
|
||||||
adjustGain();
|
adjustGain();
|
||||||
|
|
||||||
|
digitalWriteFast(TRG_OUT, !LOGIC);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------*/
|
/*------------------------------------------------*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue