Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCereza authored Sep 21, 2024
1 parent 59ad42c commit 55e22b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ sudo systemctl stop elcereza.service

### 6. Editar o arquivo global_conf.json:
#### 6.1. Obter o MAC Address da rede Wi-Fi:
O Gateway ID é derivado do MAC Address da interface de rede da Raspberry Pi. Para obter o MAC Address da rede Wi-Fi, use o seguinte comando:
O Gateway ID é derivado do `MAC Address` da interface de rede da Raspberry Pi. Para obter o MAC Address da rede Wi-Fi, use o seguinte comando:
```bash
ifconfig wlan0 | grep ether
```
Expand Down Expand Up @@ -88,7 +88,7 @@ Ajuste os campos de acordo com seu Gateway ID e localização:
```json
"gateway_conf": {
"gateway_ID": "b827eb656c123456",
"server_address": "router.eu.thethings.network",
"server_address": "au1.cloud.thethings.network",
"serv_port_up": 1700,
"serv_port_down": 1700,
"serv_enabled": true,
Expand Down

0 comments on commit 55e22b6

Please sign in to comment.