Skip to content

Commit 85b3ca7

Browse files
Comments
1 parent 73b9c4c commit 85b3ca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal_filesystem/lib/mpos/board/fri3d_2026.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ def failure(e):
122122
expander_i2c = I2C(1, sda=Pin(39), scl=Pin(42), freq=400000)
123123
expander = Expander(i2c_bus=expander_i2c)
124124

125-
# quick and dirty way to make accessible later:
125+
# Make expander accessible later
126126
import mpos
127127
mpos.io_expander = expander
128128

129-
# Quick and dirty patch of BatteryManager to use the CH32 battery level:
129+
# Patch of BatteryManager to use the CH32 battery level:
130130
def get_voltage(force_refresh=False, raw_adc_value=None):
131131
# First workaround Fri3dCamp/badge_2026_fw/issues/2 by disabling input polling
132132
from mpos import InputManager

0 commit comments

Comments
 (0)