From a3a557d5095072273d7cb33e36079274283e8425 Mon Sep 17 00:00:00 2001 From: Catalin Ioana Date: Mon, 4 Nov 2019 14:01:07 +0200 Subject: [PATCH] [Pymesh] Corrected content --- content/pymesh/lib-ble-rpc.md | 2 +- content/pymesh/simple-example.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pymesh/lib-ble-rpc.md b/content/pymesh/lib-ble-rpc.md index cda68eb..dbbae61 100644 --- a/content/pymesh/lib-ble-rpc.md +++ b/content/pymesh/lib-ble-rpc.md @@ -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 diff --git a/content/pymesh/simple-example.md b/content/pymesh/simple-example.md index f878c97..87c2fee 100644 --- a/content/pymesh/simple-example.md +++ b/content/pymesh/simple-example.md @@ -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