diff --git a/current_version.json b/current_version.json new file mode 100644 index 0000000..0859e90 --- /dev/null +++ b/current_version.json @@ -0,0 +1 @@ +{'adxl345': 3, 'files': 2, 'icons': 2, 'motor': 4, 'main': 0, 'networking': 0, 'prefs': 2, 'sensors': 4, 'servo': 2, 'ssd1306': 2} diff --git a/file_list.txt b/file_list.txt new file mode 100644 index 0000000..e7a4d69 --- /dev/null +++ b/file_list.txt @@ -0,0 +1,11 @@ +software/release/config.py +software/main/main.py +software/networking/networking.py +software/libraries/adxl345.py +software/libraries/files.py +software/libraries/icons.py +software/libraries/sensors.py +software/libraries/servo.py +software/libraries/smartmotor.py +software/libraries/ssd1306.py +software/libraries/variableLED.py diff --git a/software/release/__pycache__/config.cpython-310.pyc b/software/release/__pycache__/config.cpython-310.pyc index ca80e98..52ba4ed 100644 Binary files a/software/release/__pycache__/config.cpython-310.pyc and b/software/release/__pycache__/config.cpython-310.pyc differ