Send temperature and voltage to 1294p webserver on startup by default.
This commit is contained in:
parent
b87694e272
commit
8af150ec0b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ bool ping_mode;
|
||||||
bool timeout_flag;
|
bool timeout_flag;
|
||||||
bool temp_flag;
|
bool temp_flag;
|
||||||
bool temp_mode;
|
bool temp_mode;
|
||||||
bool auto_temp;
|
bool auto_temp=true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \addtogroup lcd
|
* \addtogroup lcd
|
||||||
|
|
Loading…
Reference in a new issue