File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ adafruit-circuitpython-rfm==1.0.3
1010adafruit-circuitpython-tca9548a @ git+https://github.com/proveskit/Adafruit_CircuitPython_TCA9548A@1.1.0
1111adafruit-circuitpython-ticks == 1.1.1
1212adafruit-circuitpython-veml7700 == 2.0.2
13+ adafruit-circuitpython-hashlib == 1.4.19
1314Adafruit_CircuitPython_MCP230xx
1415proves-circuitpython-rv3028 @ git+https://github.com/proveskit/PROVES_CircuitPython_RV3028@1.0.0
1516proves-circuitpython-sx1280 @ git+https://github.com/proveskit/CircuitPython_SX1280@1.0.3
Original file line number Diff line number Diff line change 2929from lib .pysquared .rtc .manager .microcontroller import MicrocontrollerManager
3030from lib .pysquared .sleep_helper import SleepHelper
3131from lib .pysquared .watchdog import Watchdog
32+ from pysquared .file_validation .manager .file_validation import FileValidationManager
3233from version import __version__
3334
3435rtc = 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
You can’t perform that action at this time.
0 commit comments