chore: Update max power to 0.35 for better control of light mixing
Browse files
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.
|
| 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
|