sgbaird commited on
Commit
60eb19b
·
1 Parent(s): b298cf6

chore: Update max power to 0.35 for better control of light mixing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ PORT = st.number_input(
25
  # User input for the Pico ID
26
  pico_id = st.text_input("Enter your Pico ID:", "test", type="password")
27
 
28
- max_power = 0.3
29
  max_value = round(max_power * 255)
30
 
31
  # Information about the maximum power reduction
 
25
  # User input for the Pico ID
26
  pico_id = st.text_input("Enter your Pico ID:", "test", type="password")
27
 
28
+ max_power = 0.35
29
  max_value = round(max_power * 255)
30
 
31
  # Information about the maximum power reduction