-
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
PR -Smart door lock; plz review it #2
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 22773e8.
README.md
Outdated
* PCB designing | ||
|
||
<img width="674" alt="Final ckt" src="https://user-images.githubusercontent.com/109852675/180622980-73ec9dae-7ab8-48cd-b12d-f95311ac56dc.png"> |
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.
|
||
|
||
## Cost Structure |
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.
cost of components should be in a table.
----------------------------
components | Price |
----------------------------
README.md
Outdated
## Team Members | ||
|
||
1. Manmanth Ashtikar (https://github.com/ashtikarmanmath) |
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.
you can use hyperlinks. [name](url)
#include <ArduinoIoTCloud.h> | ||
#include <Arduino_ConnectionHandler.h> | ||
|
||
const char DEVICE_LOGIN_NAME[] = "bd95aeec-8969-4784-8675-a7cdd2077f8d"; |
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.
"DEVICE NAME"
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.
- add a report in the
Poster and Report directory
- all images in readme should be of same size and you need to add these images in
<p></p>
tags to align them in the center - add links of the mentor's github profile also
And resolve the previous conservation ASAP |
Do not create multiple PRs. Close the unnecessary PRs. Finish your documentation ASAP. |
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.
@ashtikarmanmath Thanks for the PR, there are some changes you need to do:
- Report in the
.pdf
format - Code should be in the respective file format .i.e Arduino code in the
.ino
file not in the.txt
file - File names should be according to the given guidelines
- Justify the text in README.md
- Links to Mentor's GitHub profile
And Let me know when you're done with the changes
No description provided.