Fixed minor typo

This commit is contained in:
victor
2020-07-07 21:35:15 +02:00
parent 500c0efb57
commit 6159f7e283

View File

@@ -19,7 +19,7 @@ To connect your Pygate to a LoRa server, please follow these steps:
1. Flash the Pycom Device with with a firmware build where Pygate functionality is enabled. In the firmware update tool, please choose pygate as the firmware type.
1. Create a `config.json` for your Pygate and upload it (please check the template further below).
1. Create a `main.py` that creates an uplink (wifi, ethernet or lte) and runs the LoRa packet forwarder (see example below).
1. Run the `main.py`. This file is automatically execute every time the module resets.
1. Run the `main.py`. This file is automatically executed every time the module resets.
1. Now it is operational. The communication from other LoRa nodes such as a LoPy4 will now reach the gateway and will receive up and downlink messages via the PyGate.
1. To stop the Pygate at any time press Ctrl-C on the REPL and run `machine.pygate_deinit()`. It will take a few seconds to stop the gateway tasks and safely power-off the concentrator.