added fallback version parameter. Fixes #73 #bugfix
This commit is contained in:
parent
c0527b9aa9
commit
4c7ab3ec36
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@ extern long voltMeterConstant; // For fine tuning input voltage sense
|
|||
#define I2C_SLAVE_ADDRESS 24
|
||||
extern uint8_t pP_i2c_address;
|
||||
|
||||
#ifndef PP_VERSION
|
||||
#define PP_VERSION "2.3.1"
|
||||
#endif // PP_VERSION fallback if python script fails
|
||||
|
||||
void eraseEEPROM();
|
||||
void setDefaultConfig();
|
||||
void restoreConfig();
|
||||
|
|
|
|||
Loading…
Reference in a new issue