File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 1212from lib .pysquared .beacon import Beacon
1313from lib .pysquared .cdh import CommandDataHandler
1414from lib .pysquared .config .config import Config
15+ from lib .pysquared .file_validation .manager .file_validation import FileValidationManager
1516from lib .pysquared .hardware .burnwire .manager .burnwire import BurnwireManager
1617from lib .pysquared .hardware .busio import _spi_init , initialize_i2c_bus
1718from lib .pysquared .hardware .digitalio import initialize_pin
@@ -203,6 +204,8 @@ def all_faces_on():
203204 load_switch_4 .enable_load ()
204205
205206
207+ file_validator = FileValidationManager (logger )
208+
206209## Face Sensor Stuff ##
207210
208211# This is the TCA9548A I2C Multiplexer
You can’t perform that action at this time.
0 commit comments