[Pymesh] Corrected content

This commit is contained in:
Catalin Ioana
2019-11-04 14:01:07 +02:00
parent cd833cf97a
commit a3a557d509
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ aliases:
## Overview
Pymesh mobile application is available [here for both iOS and Android platforms](https://github.com/pycom/pycom-libraries/tree/master/pymesh/mobile_app). Using it, users can connect over BLE with a Pymesh node and find out network information.
Pymesh mobile application is available [here for both iOS and Android platforms](https://github.com/pycom/pycom-libraries/tree/master/pymesh/mobile_app). It can be used to connect over BLE to a Pymesh node. It also allows users to find out network information.
## RPC protocol

View File

@@ -12,7 +12,7 @@ The Pymesh Micropython library is a set of frozen scripts in the Pymesh firmware
It allows users to access Pymesh in a few lines of code, as shown in the following code snippet.
Additionally, users could install the Pymesh mobile application, which is available [here for both iOS and Android platforms](https://github.com/pycom/pycom-libraries/tree/master/pymesh/mobile_app). Using it, users can connect over BLE with a Pymesh node and find out network information.
Additionally, users can install the Pymesh mobile application which is available [here for both iOS and Android platforms](https://github.com/pycom/pycom-libraries/tree/master/pymesh/mobile_app). It allows users to connect over BLE to a Pymesh node and find out network information.
```python