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

This function misses close } in the morse_keyer_touch.cpp #5

Open
Marc12O opened this issue Oct 6, 2023 · 0 comments
Open

This function misses close } in the morse_keyer_touch.cpp #5

Marc12O opened this issue Oct 6, 2023 · 0 comments

Comments

@Marc12O
Copy link

Marc12O commented Oct 6, 2023

void screen_power(int on_time){
// function to power off screen, when time since press
// of button or key is longer than on_time. Also recption of 
// message will power on screen 

  if (millis() - pause_start >= on_time){
    M5.Lcd.setBrightness(0);
    screen_on = false;

  } 

<--

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

No branches or pull requests

1 participant