Skip to content

Commit b10a9c5

Browse files
authored
Merge branch 'main' into Light-Sensor-Manager
2 parents 6a6b170 + 657db75 commit b10a9c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cubesat_name": "PROVES-",
55
"current_draw": 240.5,
66
"debug": true,
7-
"degraded_battery_voltage": 6.5,
7+
"degraded_battery_voltage": 6.6,
88
"detumble_enable_x": true,
99
"detumble_enable_y": true,
1010
"detumble_enable_z": true,

src/flight-software/repl.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ def all_faces_off():
220220
"""
221221
This function turns off all of the faces. Note the load switches are disabled low.
222222
"""
223-
FACE0_ENABLE.value = False
224-
FACE1_ENABLE.value = False
225-
FACE2_ENABLE.value = False
226-
FACE3_ENABLE.value = False
227-
FACE4_ENABLE.value = False
223+
FACE0_ENABLE.value = True
224+
FACE1_ENABLE.value = True
225+
FACE2_ENABLE.value = True
226+
FACE3_ENABLE.value = True
227+
FACE4_ENABLE.value = True
228228

229229

230230
def all_faces_on():

0 commit comments

Comments
 (0)