-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4 rasberry pi wifi upload script #41
base: main
Are you sure you want to change the base?
Conversation
…/DallasFormulaRacing/PowertrainLib into 4-rasberry-pi-wifi-upload-script
new requirements.txt
Update requirements.txt
…/DallasFormulaRacing/PowertrainLib into 4-rasberry-pi-wifi-upload-script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code looks really good. I'm happy with the progress we've made on this. Some small changes to config and this should be ready to deploy onto the PI.
.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be a wildcard *_config.json?
files = os.listdir(self.folder_path) | ||
|
||
for file in files: | ||
list_of_files.append("C:\\Users\\sajip\\OneDrive\\Desktop\\" + file) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this just testing code or does this need to be fixed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolved this
…/DallasFormulaRacing/PowertrainLib into 4-rasberry-pi-wifi-upload-script
moved code into the data_uploader folder
completed handler for uploading to mongo and box, verified methods work