You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,10 +144,10 @@ For setting up the PSLab Android project you may follow any of the two methods l
144
144
145
145
1. Download the _pslab-android_ project source. You can do this either by forking and cloning the repository (recommended if you plan on pushing changes) or by downloading it as a ZIP file and extracting it.
146
146
147
-
2. Open Android Studio, you will see a **Welcome to Android** window. Under Quick Start, select _Import Project (Eclipse ADT, Gradle, etc.)To debug over Wi-Fi follow the steps given in this [Blog](http://blog.fossasia.org/android-app-debugging-over-wifi-fo)
147
+
2. Open Android Studio, you will see a **Welcome to Android** window. Under Quick Start, select _Import Project (Eclipse ADT, Gradle, etc.)To debug over Wi-Fi follow the steps given in this [Blog](http://blog.fossasia.org/android-app-debugging-over-wifi-fo).
148
148
149
149
***Note :**
150
-
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java)
150
+
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java).
151
151
152
152
### By direct cloning
153
153
@@ -181,7 +181,7 @@ You can't debug the usual way as PSLab device is connected to micro-USB port thr
181
181
To debug over Wi-Fi follow the steps given in this [Blog](http://blog.fossasia.org/android-app-debugging-over-wifi-for-pslab/).
182
182
183
183
***Note :**
184
-
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](https://github.com/fossasia/pslab-android/blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java)
184
+
If you built your own hardware, change VendorID and/or ProductID in [CommunicationHandler.java](https://github.com/fossasia/pslab-android/blob/master/app/src/main/java/io/pslab/communication/CommunicationHandler.java).
185
185
186
186
### Permissions Required
187
187
@@ -199,7 +199,7 @@ To use PSLab device with Android, you simply need an OTG cable, an Android Devic
199
199
200
200
Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.
201
201
202
-
* Single commit per pull request
202
+
* Single commit per pull request.
203
203
* Reference the issue numbers in the commit message. Follow the pattern ``` Fixes #<issue number> <commit message>```
204
204
* Follow uniform design practices. The design language must be consistent throughout the app.
205
205
* The pull request will not get merged until and unless the commits are squashed. In case there are multiple commits on the PR, the commit author needs to squash them and not the maintainers cherrypicking and merging squashes.
@@ -214,7 +214,7 @@ As a tip for new developers those who struggle with squashing commits into one,
214
214
215
215
Despite any reason, follow the steps given below to squash all commits into one adhering to our best practices.
216
216
217
-
* Setup remote to upstream branch if not set before;
217
+
* Setup remote to upstream branch if not set before
0 commit comments