### General Idea/Purpose * Storage for different system states * We will also need bluetooth messaging history w/ timestamps * PID test results will possibly need to be stored as well for reference ### Data storage code: * The function should exist as a callable function for easy integration w/ other developers' code * The function should store the following system states: 1. Current Bluetooth connection state - what devices are we actively connected to 2. Previously connected/paired Bluetooth devices 3. _[\*stretch goal\*]_ Storing of previously sent & received Bluetooth messages w/ the target device name (Arduino) ### Test & Pass Expectation: * The front end should load the previously paired/connected devices on the initial loading of the page ### Considerations: * _The user will eventually be able to see the previously sent/received messages on the front end (in the browser window)_
General Idea/Purpose
Data storage code:
Test & Pass Expectation:
Considerations: