updated internal version with latest commit #docs

This commit is contained in:
pyr0ball 2020-01-16 17:30:30 -08:00
parent 1ed6701063
commit 3f5af8ced7

View file

@ -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);
} }
/*------------------------------------------------*/ /*------------------------------------------------*/