add new features:

- turn of OLED after x sec
- activate OLED with key
- more LoRa settings
This commit is contained in:
Peter Buchegger 2020-10-26 22:52:52 +01:00
parent d3c0936c8d
commit 7bfcc0a5a5
8 changed files with 112 additions and 11 deletions

View file

@ -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
}
}