mirror of
https://github.com/dimoniche/solarium_arduino.git
synced 2026-01-30 01:23:30 +03:00
наведение порядка
This commit is contained in:
parent
90b7b60e83
commit
72dc104515
@ -1834,7 +1834,11 @@ void setup()
|
|||||||
sprintf(text_parameters[time_seance],"");
|
sprintf(text_parameters[time_seance],"");
|
||||||
menu_index = 0;
|
menu_index = 0;
|
||||||
|
|
||||||
|
#if KEY_LEVEL == 1
|
||||||
if(!digitalRead(buttonPin_Start))
|
if(!digitalRead(buttonPin_Start))
|
||||||
|
#elif
|
||||||
|
if(digitalRead(buttonPin_Start))
|
||||||
|
#endif
|
||||||
{ // сброс пароля по умолчанию
|
{ // сброс пароля по умолчанию
|
||||||
all_long_parameters[password] = 1111;
|
all_long_parameters[password] = 1111;
|
||||||
save_long_parameter(password);
|
save_long_parameter(password);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user