Skip to content

Commit 1363272

Browse files
committed
added hashlib and flight validation
1 parent 6f4b756 commit 1363272

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/flight-software/lib/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ adafruit-circuitpython-rfm==1.0.3
1010
adafruit-circuitpython-tca9548a @ git+https://github.com/proveskit/Adafruit_CircuitPython_TCA9548A@1.1.0
1111
adafruit-circuitpython-ticks==1.1.1
1212
adafruit-circuitpython-veml7700==2.0.2
13+
adafruit-circuitpython-hashlib==1.4.19
1314
Adafruit_CircuitPython_MCP230xx
1415
proves-circuitpython-rv3028 @ git+https://github.com/proveskit/PROVES_CircuitPython_RV3028@1.0.0
1516
proves-circuitpython-sx1280 @ git+https://github.com/proveskit/CircuitPython_SX1280@1.0.3

src/flight-software/repl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from lib.pysquared.rtc.manager.microcontroller import MicrocontrollerManager
3030
from lib.pysquared.sleep_helper import SleepHelper
3131
from lib.pysquared.watchdog import Watchdog
32+
from pysquared.file_validation.manager.file_validation import FileValidationManager
3233
from version import __version__
3334

3435
rtc = MicrocontrollerManager()
@@ -192,6 +193,8 @@ def all_faces_on():
192193
FACE4_ENABLE.value = True
193194

194195

196+
file_validator = FileValidationManager(logger)
197+
195198
## Face Sensor Stuff ##
196199

197200
# This is the TCA9548A I2C Multiplexer

0 commit comments

Comments
 (0)