Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stampa aggiornamento setpoint se sono nelle pagine di topic #54

Open
pacioc193 opened this issue Dec 7, 2017 · 5 comments
Open

Stampa aggiornamento setpoint se sono nelle pagine di topic #54

pacioc193 opened this issue Dec 7, 2017 · 5 comments

Comments

@pacioc193
Copy link

Se viene cambiato il setpoint mentre si è nel pannello di pagine topic viene stampato a schermo il setpoint.

@pacioc193
Copy link
Author

case PAGE_HOME:
if (arrotonda(getEncoderValue()) != arrotonda(encoderValue_prec) && !bChildLock) {
FADE = 1;
//TICK TIMER
timerDisplay_setpoint_Tick();
//SETPOINT PAGE ////////////////////////////////////////////////////////////////

        if (getLayout1()) {
          SERIAL_OUT.println("display_setpointPage - layout 1");
          display_layout1_background(ucg, arrotonda(getEncoderValue()) - arrotonda(setpoint));

          display_layout1_setpointPage(ucg, getEncoderValue(), temperature, humidity, getSoulissSystemState());
        }
        else if (getLayout2()) {
          SERIAL_OUT.println("display_setpointPage - layout 2");
          display_layout2_Setpoint(ucg, getEncoderValue(), getSoulissSystemState(), bChildLock);
        }
      }
      encoderValue_prec = getEncoderValue();
      break;
    default:
      break;

@mcbittech mcbittech added the bug label Dec 9, 2017
@pacioc193
Copy link
Author

Questo è stato risolto quando hai mergiato la mia pull request

@mcbittech
Copy link
Owner

Si, solo su branch webserver, lascio aperto fino al merge su master

@mcbittech
Copy link
Owner

@dariocdj sarebbe apprezzato un test incrociato da parte tua, attendiamo esiti

@mcbittech
Copy link
Owner

@pacioc193 era già aperto questo issue, vedi #16.
cerchiamo di fare attenzione e non fare duplicati se possibile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants