mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-05 14:37:03 +00:00
add new features:
- turn of OLED after x sec - activate OLED with key - more LoRa settings
This commit is contained in:
parent
d3c0936c8d
commit
7bfcc0a5a5
8 changed files with 112 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version":1,
|
||||
"version":2,
|
||||
"callsign":"NOCALL-10",
|
||||
"wifi":
|
||||
{
|
||||
|
|
@ -32,5 +32,17 @@
|
|||
"forward_timeout":5,
|
||||
"beacon":true,
|
||||
"beacon_timeout":30
|
||||
},
|
||||
"lora":
|
||||
{
|
||||
"frequency_rx":433775000,
|
||||
"frequency_tx":433775000,
|
||||
"power":20
|
||||
},
|
||||
"display":
|
||||
{
|
||||
"always_on": true,
|
||||
"timeout":10,
|
||||
"overwrite_pin":0
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue