mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-18 12:55:16 +00:00
fixed is-cfg.json and project_configuration.h
This commit is contained in:
parent
6612e3da16
commit
36d73552ff
2 changed files with 11 additions and 11 deletions
|
|
@ -9,9 +9,9 @@
|
|||
"dns2": "192.0.2.2"
|
||||
},
|
||||
"wifi": {
|
||||
"active": true,
|
||||
"AP": [
|
||||
{
|
||||
"active": false,
|
||||
"SSID": "YOURSSID",
|
||||
"password": "YOURPASSWORD"
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"lora": {
|
||||
"frequency_rx": 433775000,
|
||||
"gain_rx": 6;
|
||||
"gain_rx": 6,
|
||||
"frequency_tx": 433775000,
|
||||
"power": 20,
|
||||
"spreading_factor": 12,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue