fixed syntax issue with version variable #bugfix
This commit is contained in:
parent
9632847ad3
commit
7062179d58
1 changed files with 1 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_882a87"
|
||||||
|
|
||||||
/* 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 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue