Skip to content

Commit

Permalink
fix: Allow more flexibility on luminosity threshold slider
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadien committed Nov 21, 2023
1 parent 8daecb5 commit 91a2988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Domain/BTEGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static void sendApplication() {
Serial.println(F("add_button(19,5,25,N,|)"));

Serial.println(F("add_button(0,8,30,R,|)"));
Serial.println(F("add_slider(10,9,8,200,800,500,T ,|,1)"));
Serial.println(F("add_slider(10,9,8,100,1024,500,T ,|,1)"));

Serial.println(F("add_monitor(18,8,3,,1)"));
Serial.println(F("set_panel_notes(-,,,)"));
Expand Down

0 comments on commit 91a2988

Please sign in to comment.