From f8e83a342e4ee40ce57bec30139891bc9970feae Mon Sep 17 00:00:00 2001 From: Catalin Ioana Date: Fri, 27 Sep 2019 17:04:50 +0300 Subject: [PATCH] Pymesh adding escape chars --- content/firmwareapi/pycom/network/lora/pymesh.md | 4 ++-- content/pymesh/_index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/firmwareapi/pycom/network/lora/pymesh.md b/content/firmwareapi/pycom/network/lora/pymesh.md index 577bdd8..40bad67 100644 --- a/content/firmwareapi/pycom/network/lora/pymesh.md +++ b/content/firmwareapi/pycom/network/lora/pymesh.md @@ -39,7 +39,7 @@ For various other Pymesh examples, check the [Pymesh Chapter](/pymesh). ## Constructor -#### class network.LoRa.Pymesh(*, key=masterkey) +#### class network.LoRa.Pymesh(\*, key=masterkey) This constructor `network.LoRa.Pymesh()` creates and configures the Pymesh object. @@ -262,7 +262,7 @@ sockets.append(br_socket) pymesh.rx_cb(receive_pack, sockets) ``` -#### pymesh.border_router([ipv6_net_address, preference_level]) +#### pymesh.border_router(\*, [ipv6_net_address, preference_level]) This method has 2 different purposes. diff --git a/content/pymesh/_index.md b/content/pymesh/_index.md index 9ff744b..abbba8c 100644 --- a/content/pymesh/_index.md +++ b/content/pymesh/_index.md @@ -12,7 +12,7 @@ Pymesh is the LoRa full-mesh network technology. A Mesh network acts like a net, this means that any node within the network can connect with any other node. -Mesh networks essentially get rid of gateways, which decentralises the network’s infrastructure. This then means that the network becomes flexible, so it can do many wonderful things – such as generate, change and fix itself. The success of the Mesh network is down to its parts, as any node within the network will automatically connect to the best radio-link available. +Mesh networks essentially get rid of gateways, which decentralises the network\'s infrastructure. This then means that the network becomes flexible, so it can do many wonderful things \– such as generate, change and fix itself. The success of the Mesh network is down to its parts, as any node within the network will automatically connect to the best radio-link available. Pymesh solution works on all of our LoRa supporting development boards, the LoPy4 and FiPy as well as on our OEM modules, L01 and L04.