Skip to content

Commit

Permalink
Merge pull request #36 from tuftsceeo/dev/nick
Browse files Browse the repository at this point in the history
Dev/nick
  • Loading branch information
NicK4rT authored Dec 5, 2024
2 parents d024eca + ef2f241 commit 6b485f6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified software/.DS_Store
Binary file not shown.
20 changes: 14 additions & 6 deletions software/release/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
"name": "Nickname",
"configuration": "AM1"
}
version = {"adxl345": 3, "files": 2, "icons": 2, "motor": 4, "main": 0, "networking": 0, "prefs": 2, "sensors": 4, "servo": 2, "ssd1306": 2} # motor used to be main
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 2,
'main.py': 2,
version = {'adxl345.py': 3,
'files.py': 2,
'icons.py': 2,
'prefs.py': 2,
'sensors.py': 4,
'servo.py': 2,
'ssd1306.py': 2,
'sm3.py': 1,
'sl1.py': 1,
'smartlight.py': 1,
'networking.py': 2,
'main.py': 0,
'boot.py': 0
}
mysecrets = {"SSID": "Tufts_Robot", "key": ""}
msg_codes = {"cmd": 0x01, "inf": 0x02, "ack": 0x03}
msg_subcodes = {
Expand Down

0 comments on commit 6b485f6

Please sign in to comment.