Skip to content

Commit

Permalink
Fix GATEWAY_EUI description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer committed Sep 5, 2017
1 parent a0eed13 commit a677d52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here are the steps to get the host environment ready for this image:
docker run -it --privileged --net=host --restart=always \
-e PI_RESET_PIN=<optional-see-explanation-below> \
-e GATEWAY_REGION=<optional-see-explanation-below> \
-e GATEWAY_EUI=RASPBERRY_PI_MAC_ADDRESS \
-e GATEWAY_EUI=<EUI-identified-in-previous-step> \
-e GATEWAY_LAT=YOUR_LATITUDE \
-e GATEWAY_LON=YOUR_LONGITUDE \
-e GATEWAY_ALT=YOUR_ALTITUDE \
Expand Down Expand Up @@ -54,8 +54,6 @@ Here are the steps to get the host environment ready for this image:

Check [The Things Network frequencies-by-country page](https://www.thethingsnetwork.org/wiki/LoRaWAN/Frequencies/By-Country) for details.

* `GATEWAY_EUI` is the lower-case Pi MAC address from the previous step without colons in EUI-64 format (64-bits).

## Building the image yourself
To build a (potentially customized) image yourself do as follows:
```bash
Expand Down

0 comments on commit a677d52

Please sign in to comment.