mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-25 01:06:27 +01:00
[Pymesh] Corrected content
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user